Opensips
Script that reports load-average/memory/open-files stats of Opensips
SNMP Extend
-
Download the script onto the host.
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/opensips-stats.sh -O /etc/snmp/opensips-stats.sh -
Make the script executable:
chmod +x /etc/snmp/opensips-stats.sh -
Verify it is working by running
/etc/snmp/opensips-stats.sh -
Edit your
snmpd.conffile, usually/etc/snmp/snmpd.conf, and add:extend opensips /etc/snmp/opensips-stats.sh