Asterisk
A small shell script that reports various Asterisk call status.
SNMP Extend
- Download the asterisk script to
/etc/snmp/on your asterisk server.
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/asterisk -O /etc/snmp/asterisk
- Make the script executable.
chmod +x /etc/snmp/asterisk
-
Configure
ASCLIin the script. -
Verify it is working by running
/etc/snmp/asterisk -
Edit your
snmpd.conffile, usually/etc/snmp/snmpd.conf, and add:
extend asterisk /etc/snmp/asterisk
- Restart snmpd on your host.
LibreNMS discovers the application automatically, as described at the top of the page. If the discovery fails, do the steps under the SNMP Extend heading at the top of the page.