Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
lgroschen
bylgroschen, February 18, 2015
Works well.
I found a version 1.0.2 and there was a small bug on line 422:
RESULT=$(echo "$RESULT" | head -1 )
which grabbed the wrong string to fine the "file not found" message. Every time you ran the --connect it would return CRITICAL
RESULT=$(echo "$RESULT" | head -2 | tail -1 )
-will work there and return OK
(I will look into getting v1.0.2 on the exchange with the above patch if it is updated)
I found a version 1.0.2 and there was a small bug on line 422:
RESULT=$(echo "$RESULT" | head -1 )
which grabbed the wrong string to fine the "file not found" message. Every time you ran the --connect it would return CRITICAL
RESULT=$(echo "$RESULT" | head -2 | tail -1 )
-will work there and return OK
(I will look into getting v1.0.2 on the exchange with the above patch if it is updated)