Home Directory Plugins Telephony Check CISCO Call Manager - IP phones and gateways

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 CISCO Call Manager - IP phones and gateways

Rating
0 votes
Favoured:
0
Last Release Date
2017-02-02
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
Other
Hits
9199
Files:
FileDescription
check_snmp_cisco_ccm.shcheck_snmp_cisco_ccm.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check CCM CISCO Call Manager via SNMP. Get status of IP phones and ATA186 gateways.
Check CCM CISCO Call Manager via SNMP. Get status of IP phones and ATA186 gateways.
If you want to check many phones it is recommended to perform check in three steps. First, create a file which lists all device names (SEP+MAC, ATA+MAC) which you want to monitor. Second, use this file as input for the checking of the CCM. The result of this check is then stored in a temporary file. Third, you search through the temporary file by seperate nagios checks. Therefore, you have only one check which interogates with the CCM, and you may create as many nagios checks you want which just searches the results in the temp file.

1) vi /opt/plugins/custom/check_snmp_cisco_ccm.sh.phones.monitored

2) check_snmp_cisco_ccm.sh -H ccm1 -H ccm2 -H ccm3 -V 2c -C public -M deviceliststatus -L /opt/plugins/custom/check_snmp_cisco_ccm.sh.phones.monitored
Result code: OK
OK 37 of 37 found REGISTERED;

3a) check_snmp_cisco_ccm.sh -H dummy -V 2c -C dummy -M filterdeviceliststatus -f "SEPDCCEC1F0707B_SEP88908D738D98_SEP1CE85DC9AD90_SEP3C5EC30C0A95_SEP88908D738D42"

3b) check_snmp_cisco_ccm.sh -H dummy -V 2c -C dummy -M filterdeviceliststatus -f "ATA7C95F322B4A7_ATA95F322B4A701_ATAE8EDF3AA18A6_ATAEDF3AA18A601_ATAE8EDF3AA18E5"

3c) etc.