maxwo / snmp_notifier

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

Try all SNMP destinations before failing #168

Closed maxwo closed 1 year ago

maxwo commented 1 year 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