Build precise queries to find exactly what you need
Press ESC to close
I tried this plugin with LSIUtil-1.63. That worked well after doing 2 small fixes:
@@ -40,7 +40,7 @@
$output = `$lsiutil -p 0 -a 0`; for (split /^/, $output) { – if ( m|^s*(d+)..*/proc/mpt/ioc| ) { + if ( m|^s*(d+)..*ioc| ) { push @controllers, $1; } } @@ -63,7 +63,7 @@ push @volumes, “No volume found”; } else { foreach my $volume_status ( @volumes ) { – $status = $ERRORS{‘CRITICAL’} unless ( $volume_status =~ /^Volume d+ State: optimal, enabled$/ ); + $status = $ERRORS{‘CRITICAL’} unless ( $volume_status =~ /Volume d+ State: optimal, enabled/ ); } } print “Ctrl $controller: “.join (‘ / ‘, @volumes).”n”;
For info, the server I use is a Dell PowerEdge R310, with PERC H200 RAID controler
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!