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_snmp_BlueCoatSG_usage

Rating
4 votes
Favoured:
0
Current Version
1.2
Compatible With
  • Nagios 3.x
License
GPL
Hits
95395
Files:
FileDescription
check_snmp_BlueCoatSG_usagecheck_snmp_BlueCoatSG_usage
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
BlueCoatSG appliance usage check via SNMP by Marko Pavlovic. Plugin can be used to check cpu, memory and disk usage, as well as number http client connections and http server connections (total, active and idle).
Usage: check_snmp_BlueCoatSG_usage community host device warning critical

community
community name for the host's SNMP agent

host
hostname or IP address

device
device name

Valid device names:

cpu
cpu usage percentage

disk
disk usage percentage

mem
memory usage percentage

clientcon
http client connections

servercon
http server connections

Options:

-h, --help
print help

-l, --license
print license info
Reviews (3)
bysnapon, October 25, 2013
Can confirm this plugin is great! I had a hard time finding any good Bluecoat monitors, but this one handles everything we needed. Thanks!
Great plugin... for those who are having issues with Bluecoat SGOS 900 Series. The fix is to add two more deviceScale checks after line 122 :

if [[ deviceScale -eq 0 ]]; then
deviceScale=1
fi
if [[ deviceScale -eq -3 ]]; then
deviceScale=1000
fi

Hope it helps. Could be included in next version..
byGoldie, November 14, 2011
This plugin is excellent!
The creator is extremely helpful and friendly and his creations work great!!!

Bigtime recommended!!

Sven Van Geyte