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
ASCLI
in the script. -
Verify it is working by running
/etc/snmp/asterisk
-
Edit your snmpd.conf file (usually
/etc/snmp/snmpd.conf
) and add:
extend asterisk /etc/snmp/asterisk
- Restart snmpd on your host
The application should be auto-discovered as described at the top of the page. If it is not, please follow the steps set out under SNMP Extend
heading top of page.