ColdStart.io

Instant SNMP trap alerting

Polling for alerts doesn’t cut it anymore.

Point your switches, routers and firewalls at ColdStart. Traps arrive parsed, named and enriched — in your chat, your SIEM, your own webhook, or an AI that triages them and acts.

Get a free auth key See device setup

Free to start · standard SNMP · no agents, no proxy

Why ColdStart

How it works

Three steps, and the third one is the only one on your kit.

  1. Sign up and generate an auth key

    Free, and no card. The key identifies you, so it doubles as the SNMP community string your devices already send. Protect it with a password if you want to lock it to your account.

  2. Choose where alerts go

    A webhook of your own, a chat channel, your SIEM, or hand the stream to the AI and let it decide what deserves waking someone up.

  3. Point your devices at us

    Send traps to trap.coldstart.io with your auth key as the community string. That is the whole integration.

Where your traps can go

Every trap is decoded against real MIBs first, so what arrives is linkDown on GigabitEthernet0/7 — not 1.3.6.1.6.3.1.1.5.3 and a column of integers.

Device setup

Replace AUTH_KEY with the key from your dashboard. If your vendor is not here, any device that speaks SNMPv2c traps will work.

Cisco

snmp-server enable traps
snmp-server host trap.coldstart.io version 2c AUTH_KEY

Arista

snmp-server host trap.coldstart.io version 2c AUTH_KEY

Juniper

trap-options {
    source-address lo0;
}
trap-group "AUTH_KEY" {
    version v2;
    categories link startup;
    targets {
        trap.coldstart.io;
    }
}

Extreme

configure snmp add trapreceiver trap.coldstart.io community AUTH_KEY

Brocade Server Iron

snmp-server host trap.coldstart.io AUTH_KEY

F5 BIG-IP LTM

modify sys snmp traps add {
    coldstart {
        host trap.coldstart.io
        community AUTH_KEY
        version 2c
    }
}

Start free

Generate an auth key, point one switch at us, and watch the first trap land. Nothing to install and nothing to pay.

Get a free auth key View the source

Roadmap

What is shipping next, in order.