maxwo / snmp_notifier

A webhook to relay Prometheus alerts as SNMP traps, because sometimes, you have to deal with legacy
Apache License 2.0
53 stars 33 forks source link

Try all SNMP destinations before failing #168

Closed maxwo closed 10 months ago

maxwo commented 10 months ago

What did you do?

Currently, if a SNMP destination fails, subsequent destinations fail as well.

What did you expect to see?

It should try all SNMP destinations so that if one fails, some other may receive the alert.

What did you see instead? Under which circumstances?

Every time a destination fails.

Environment

All