Home Directory Plugins Telephony Asterisk check_asterisk_siptrunk

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

check_asterisk_siptrunk

Current Version
1.0
Last Release Date
2014-02-09
License
GPL
Hits
28690
Files:
FileDescription
check_asterisk_siptrunk.plcheck_asterisk_siptrunk.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin will check the status of a SIP Peer via the Asterisk Management Interface (AMI)
check_asterisk_siptrunk
=======================

This plugin will check the status of a SIP Peer via the Asterisk Management Interface (AMI)

Usage: check_asterisk_siptrunk.pl [ -v|--verbose ] [--host|-H host] [--port|-P port]
--user AMIUser --pass AMIPass --peer SIP Peer

-?, --usage
Print usage information
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See http://nagiosplugins.org/extra-opts
for usage and examples. (Currently not implemented)
-H, --host IP Address for AMI (Default: 127.0.0.1)
-P, --port Port for AMI (Default: 5038)
--user Username for AMI
--pass Password for AMI
--peer Name of the SIP peer to check
-t, --timeout=INTEGER
Seconds before plugin times out (default: 15)
-v, --verbose
Show details for command-line debugging (can repeat up to 3 times)


## Requirements

- Asterisk::AMI (http://search.cpan.org/~greenbean/Asterisk-AMI/)
- Nagios::Plugin (http://search.cpan.org/~tonvoon/Nagios-Plugin-0.36/)