
Network Connections, Stats and Bandwidth
check_snmp_BlueCoatSG_usage
Description:
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).
Current Version
1.2
Last Release Date
October 8, 2010
Compatible With
- Nagios 3.x
Owner
License
GPL
Project Files
File | Description |
---|---|
check_snmp_BlueCoatSG_usage |
Project Notes
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)
Add a Review
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..
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..
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.
Page Sections
Project Stats
Rating
5 (4)
Favorites
0
Views
95,803