Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

sip show peer

Current Version
1.0
Compatible With
  • Nagios 3.x
License
BSD
Hits
51014
Files:
FileDescription
sipshowpeer.expexpect script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin connects to Asterisk server via AMI and runs 'sip show peer ...' command and may return OK, WARNING or CRITICAL depending on peer status.
Full Arguments list for the script is:
sipshowpeer.exp

This script accepts warning threshold and error threshold arguments. If status of peer is OK (XX ms), but XX is greater than warning_threshold, script will return WARNING. If XX is even greater then error_threshold, script will returns CRITICAL.

e.g.
./sipshowpeer.exp 10.1.5.61 mtt 5 10
Status: CRITICAL (13 ms)

./sipshowpeer.exp 10.1.5.61 mtt 10 15
Status: WARNING (13 ms)

./sipshowpeer.exp 10.1.5.61 mtt 15 100
Status: OK (13 ms)

Now you can set e.g.
qualify=3000
in Asterisk SIP peer configuration, and monitor WARNING and CRITICAL levels in nagios.


The script is written in expect language. Do not forget to install expect.