Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4405Themes and Skins13Add-ons757Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
IBM San Volume Controller IBM Storwize V7000 check_ibm_v7000_svc
3.6 (5)
63.4K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Chad Columbus (3)Marcin Bednarski (3)Julien DESMAREST (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Benoit Merouze
BM

Benoit Merouze

@bmerouze

User Stats

Member Since: May 2, 2012

Favorites0

Views

Projects0

No Projects Found
check_lsiutil

Minor fix need to work with LSIUtil-1.63

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

Reviewed 14 years ago

No Favorites Found

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile