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
Network and Systems Management check_snmp_hp5900_mem.sh
0.0 (0)
5.5K
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 > Richard garcia
Rg

Richard garcia

@rgenergy

User Stats

Member Since: January 9, 2014

Favorites0

Views

Projects0

No Projects Found
check_3ware-raid.pl

Got it working on Windows Server with a few changes

Got this plugin working on our Windows Server 2008 R2 with 3ware LSI 9750-4i, NSClient++, Strawberry Perl, and tw_cli.exe. 1. Install/save tw_cli.exe to C:CLI 2. Save check_3ware-raid.pl to C:CLI 3. Open check_3ware-raid.pl with notepad 4. Change: my $tw_cli_path = '/usr/sbin/tw_cli'; to: my $tw_cli_path = 'C:CLItw_cli.exe'; 5. Install strawberry perl on Windows. 6. Install NSCLient++ on Windows. 7. Go to the NSCLient++ installion directory (C:\NSCLient++). On nsclient.ini change/add the following: CheckExternalScripts = 1 [CheckExternalScripts] allow arguments=1 [/settings/external scripts/scripts] check_3ware=C:\strawberry\perl\bin\perl.exe C:\CLI\check_3ware-raid.pl 8. Restart NSClient. ------------------------------------------------------------------- 9. On your nagios server in the command.cfg add the following: # Ex. /usr/lib64/nagios/plugins/check_nrpe -H 10.0.42.28 -c check_3ware define command{ command_name check_3ware command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_3ware } 10. Add the following to your server.cfg file # Check Windows2k8 3ware RAID # /usr/lib64/nagios/plugins/check_nrpe -H 10.0.42.28 -c check_3ware define service{ use generic-service host_name Windows2k8 service_description 3ware RAID check_command check_3ware }

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile