Skip to content

canonical/snmp-notifier-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


SNMP Notifier

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.

snmp-notifier badge

Published for with 💝 by Snapcrafters

Install

From source

snapcraft
sudo snap install --dangerous *.snap

Once installed, it runs as a service in the background.

(Don't have snapd installed?)

Configure

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"