Skip to content

Asterisk

A small shell script that reports various Asterisk call status.

SNMP Extend

  1. 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
  1. Make the script executable
chmod +x /etc/snmp/asterisk
  1. Configure ASCLI in the script.

  2. Verify it is working by running /etc/snmp/asterisk

  3. Edit your snmpd.conf file (usually /etc/snmp/snmpd.conf) and add:

extend asterisk /etc/snmp/asterisk
  1. 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.