This is the snap for SNMP Notifier, “SNMP Notifier receives alerts from the Prometheus' Alertmanager and routes them as SNMP traps.”. It works on Ubuntu, Fedora, Debian, and other major Linux distributions.
Published for
with 💝 by Snapcrafters
snapcraft
sudo snap install --dangerous *.snapOnce installed, it runs as a service in the background.
Snap config options match snmp_notifier cli arguments. Currently, supporting:
snmp_notifier cli arg |
snap config option |
|---|---|
--web.listen-address |
web.listen-address |
--snmp.destination |
snmp.destination |
--alert.severities |
alert.severities |
--snmp.trap-description-template |
snmp.trap-description-template |
You can configure the snap like so:
snap set snmp-notifier \
web.listen-address=127.0.0.1:9464 \
snmp.destination=127.0.0.1:162 \
alert.severities="critical,warning,info"