Build precise queries to find exactly what you need
Press ESC to close
Thank you for writing the plugin. It’s working with DS3400 and DS3300, but it did not notice all errors. This error: The following failures have been found: Unreadable sector(s) detected Storage Subsystem: DS3300 Unreadable sectors detected: 1
gave me the output (null).
you must change
*failure*) case “$RESULT” in *failed*|*Failed*) echo $RESULT echo “CRITICAL” exit $STATE_CRITICAL ;;
to
*failure*) case “$RESULT” in *failed*|*Failed*|*failures*) echo $RESULT echo “CRITICAL” exit $STATE_CRITICAL ;;
for the right output like this.
The following failures have been found: Unreadable sector(s) detected Storage Subsystem: DS3300 Unreadable sectors detected: 1 CRITICAL
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!