NTP Server aka NTPD
SNMP extend script that gets stats from ntp server (ntpd).
SNMP Extend
-
Download the script onto the host.
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/ntp-server.py -O /etc/snmp/ntp-server.py -
Make the script executable.
chmod +x /etc/snmp/ntp-server.py -
Edit your
snmpd.conffile, usually/etc/snmp/snmpd.conf, and add:extend ntp-server /etc/snmp/ntp-server.py -
Restart snmpd on your host.
sudo systemctl restart snmpdLibreNMS discovers the application automatically, as described at the top of the page. If the discovery fails, do the steps under the
SNMP Extendheading at the top of the page.