LibreNMS - snmp extend os-update: Difference between revisions
From IT-Arts.net
imported>Z No edit summary |
m Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' " |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Wiki]] | ||
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' | |||
Latest revision as of 08:12, 17 January 2026
OS-update LibreNMS script
Get the script and make it executable:
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/osupdate -O /etc/snmp/osupdate && chmod +x /etc/snmp/osupdate
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
