Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Mehdi
byMehdi, March 4, 2013
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..