Cisco

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

Description:

Check Cisco Call Manager CCM – Version 2.4 (29/12/2009) > CCM informations > Devices registered per type

Current Version

Last Release Date

February 1, 2010

Compatible With


Project Files
Project Notes
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) Add a Review
missing utils.sh?
by raza, August 31, 2017

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



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4 (2)
Favorites
0
Views
165,525