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
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4391Themes and Skins11Add-ons741Documentation283Graphics 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
Network Connections, Stats and Bandwidth Check WAN status for Peplink Balance 1350
0.0 (0)
34.9K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)Yoann LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Claudio Kuenzler (2)
See More
Newest Contributors
sowoii (1)Nitatemic (1)cjdepaul (1)ixs (1)messefreeze (2)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > loic
l

loic

@lkieffer

User Stats

Member Since: March 6, 2014

Favorites0

Views

Projects0

No Projects Found
check_emc_clariion.pl maintained by BuddhaBob74

Update for VNX2 Hostspare policy

Hello, I have add the following code to process hotspare policy of VNX2: # add for VNX2 my $policy_line = 0; open (NAVICLIOUT ,"$NAVICLI_CMD -h $opt_host hotsparepolicy -list |"); while () { # First lets check for errors before proceeding check_for_errors($_); # check for policy lines if( $_ =~ m/^Policy ID:/) { $policy_line=1; } if ($policy_line == 1) { # check for hot spare lines if( $_ =~ m/^Unused disks for hot spares:s+(.*)$/) { $hotspare_count=$hotspare_count+$1 } } # end of section if ( $_ =~ m/^s*$/) { $policy_line=0; } } close (NAVICLIOUT);

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile