LibreNMS - snmp extend os-update

From wiki.1001solutions.net
Revision as of 18:10, 2 May 2020 by Z (talk | contribs) (Created page with "Category:Post-It = NginX LibreNMS script = Get the script: <nowiki> wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/osupdate -O /etc/snmp/o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



NginX LibreNMS script

Get the script:

wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/osupdate -O /etc/snmp/osupdate

Unzip and copy it where you need. Make it executable.


SNMP Configuration

Adapt your /etc/snmp/snmpd.conf with:

extend osupdate /etc/snmp/osupdate

Restart the service.


Check Command

Adapt the user and path to your configuration:

sudo -u Debian-snmp /etc/snmp/osupdate


Sources