############################## check_cisco_tp ############## # Author : Jim Clark ( banditbbs at gmail.com ) # Help : http://forum.nagios.com # Licence : GPL - http://www.fsf.org/licenses/gpl.txt # Contrib : # ToDo : # N/A # Check Cisco Telepresence # Maybe put base directory for performance as an option ################################################################# # # Help : ./check_cisci_tp.pl -h # Changes: 2014-05-08 Version 1.04 #bug fix for anomolies/ploss when a connection is OnHold and was causing a divide by 0. 2014-04-15 Version 1.03 #bug fix for jitter/bitrate/rxpix when most recent connection is an "audioonly" connection. 2014-03-05 Version 1.02 #bug fix for dropping connections during check(still drops but properly reports the drop now). #bug fix in vertical pixels report 2014-02-10 Version 1.01 #bug fix for the INFO mode when a device has no history. Now shows "No Active Calls" when there is no active call. 2014-02-03 Version 1.0 #Added Almost a complete rewrite in the logic of script to handle when devices are on conference call to show all data. #bug fix looking at wrong oid for tx packet loss #bug fix for certain call state checks #Added decimal points to anomoly percents 2014-01-14 Version 0.9.5 #bug fix all performance data being returned #Added a few new MODES, do a -h for a list #Added checks on bitrate, packet loss, anomolies and jitter. Only returns w or c if a call is in progress #bug fix other miscellaneous items 2013-12-31 Version 0.9.1 #bug fix in mode "state" 2013-12-31 Version 0.9 #initial public release