I am trying to set up an SNMP trap alerting rule for my power distribution unit (PDU). The PDU has power and environmental monitoring capabilities and network functionality that can send alerts (such as SNMP traps) if certain thresholds are breached (e.g. if temperature goes too high, send an alert). I want to be able to cut down on unnecessary noise though, and sometimes a power threshold will be breached very briefly, and then go back into safe territory (system reboots, power threshold goes too low, but then return to normal levels very soon after).
I am not sure if Solarwinds Trap Viewer has this capability that I am after, but maybe there is a way to use several Alert Actions to make this:
If a PDU sends a "power asserted below lower threshold" to the solarwinds server via SNMP trap:
- wait 2 minutes to see if a "power deasserted from lower threshold"
- if a following "power deasserted" SNMP trap comes in within 2 minutes, cancel any alert actions
- if 2 minutes pass without "power deasserted" SNMP trap comes in, send an email alert to IT-On-Call@company.com
Can anyone think of a way to set this up using Solarwinds Trap Viewer? Thank you.