
Asterisk
sip show peer
Description:
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.
Current Version
1.0
Last Release Date
December 18, 2012
Compatible With
- Nagios 3.x
Owner
Website
License
BSD
Project Files
File | Description |
---|---|
sipshowpeer.exp | expect script |
Project Notes
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.
Reviews
(0)
Add a Review
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
51,399