Home Directory Plugins Hardware Network Gear Cisco Cisco - Check Call Manager (CCM) - SNMP v1, v2c, v3

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

Cisco - Check Call Manager (CCM) - SNMP v1, v2c, v3

Rating
2 votes
Favoured:
0
Hits
164920
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 Cisco Call Manager CCM - Version 2.4 (29/12/2009) > CCM informations > Devices registered per type
This script check Cisco Call Manager (tested on CCM-v4.1).
Modules included :
### Mode 1 - CCMInfo ###
# - 5 system checks : CCM type, version, status, IP address, cluster ID
### Mode 2 - devicesregistered ###
# - check device per type (phones, gateways, media, cti, voicemail)
# - return warning or critical if too much unregistered or rejected devices


check_cisco_ccm.sh -H hostname -V version -M ccminfo|devicesregistered [-w|-c|-t|-C|-l|-u|-a|-d|-h]
### PARAMETERS ###
-H Hostname (IP adresse or DNS name)
-V Version (1|2c|3)
-M Mode (ccminfo|devicesregistered)
### OPTIONNAL ###
-w Warning_Level *** Use on devicesregistered mode ***
-c Critical_Level *** Use on devicesregistered mode ***
-t Type of device to check (1=phones | 2=gateways | 3=media | 4=cti | 5=voicemail) *** Use on devicesregistered mode ***
-C Community (name) *** Use on Version 1|2 ***
-l Login (NoAuthNoPriv | AuthNoPriv | AuthPriv) *** Use on Version 3 ***
-u Username *** Use on Version 3 ***
-a Password *** Use on Version 3 ***
-d Debug mode
-h Help (print command usage, and quit)



Sample commands:
#./check_snmp_cisco_ccm.sh -H 192.168.0.1 -V 1 -M ccminfo -C Public
OK - CCM amfcc1one (amfcc1one PUBLISHER version 4.1(3.22844)) is up - Ip address = 192.168.0.1 - Cluster ID = StandAloneCluster

#./check_snmp_cisco_ccm.sh -H 192.168.0.1 -V 1 -M devicesregistered -C Public -t 1 -w 10 -c 25
Warning - phones status : 1519 registered ; 6 unregistered ; 6 rejected | registered=1519 unregistered=6 rejected=6

#./check_snmp_cisco_ccm.sh -h
Display help

#./check_snmp_cisco_ccm.sh xxxxxx -d
Active debug mod
Reviews (1)
byraza, August 2, 2017
0 of 1 people found this review helpful
I am seeing the following error when I execute. Is it something you forgot to attach "utils.sh" that we suppose to have?

./check_snmp_cisco_ccm.sh: line 32: ./utils.sh: No such file or directory