Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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)