Search found 6 matches

by niccnagios
Tue Mar 19, 2013 9:54 am
Forum: Nagios XI
Topic: Netapp plugin - check_netapp_ng.pl
Replies: 4
Views: 655

Re: Netapp plugin - check_netapp_ng.pl

:D Well I must have loaded it incorrectly when I used wget to retrieve it from my webserver the first time. This time I used wget from the direct source: https://raw.github.com/ranl/IT/master/Nagios/check-netapp-ng.pl and it is functional. Must have been something with the way it came down. Thanks f...
by niccnagios
Tue Mar 19, 2013 9:47 am
Forum: Nagios XI
Topic: Netapp plugin - check_netapp_ng.pl
Replies: 4
Views: 655

Re: Netapp plugin - check_netapp_ng.pl

This should not make a difference but you are already in the libexec directory, try running it with an execution command: ./check-netapp-ng.pl Also, make sure that it is executable: chmod +x /usr/local/nagios/libexec/check_netapp_ng.pl Thanks for your reply, I tried both suggestions and after both ...
by niccnagios
Tue Mar 19, 2013 9:15 am
Forum: Nagios XI
Topic: Netapp plugin - check_netapp_ng.pl
Replies: 4
Views: 655

Netapp plugin - check_netapp_ng.pl

Distro: CentOS release 6.2 32 bit VMware image NagiosXI I am trying to get a plugin to work: Check Netapp NG found here: http://exchange.nagios.org/directory/Plugins/Hardware/Storage-Systems/SAN-and-NAS/NetApp/Check-Netapp-NG/details I have it loaded into /usr/local/nagios/libexec with permissions: ...
by niccnagios
Fri Mar 15, 2013 2:17 pm
Forum: Nagios XI
Topic: Check_ilo2_health
Replies: 6
Views: 1347

Re: Check_ilo2_health

Increasing the timeout to 60 returned all kinds of stuff: [root@nagiosxi libexec]# ./check_ilo2_health -H svcreesx1.nicc.edu -u ###### -p ###### -3 -o -t 60 ILO2_HEALTH CRITICAL - Power supply Not Redundant, Temperatures: 01-Inlet_Ambient (OK): 24, 02-CPU_1 (OK): 40, 05-P1_DIMM_7-12 (OK): 29, 08-P1_...
by niccnagios
Fri Mar 15, 2013 2:00 pm
Forum: Nagios XI
Topic: Check_ilo2_health
Replies: 6
Views: 1347

Re: Check_ilo2_health

Ha :mrgreen: that was a good catch. That explains a lot but I am still getting the output after changing the lower case to upper case H: CHECK_ILO2_HEALTH UNKNOWN - plugin timed out (timeout 15s) This is coming from both the command line and the XI interface now. For access to the iLO interface I ju...
by niccnagios
Fri Mar 15, 2013 1:25 pm
Forum: Nagios XI
Topic: Check_ilo2_health
Replies: 6
Views: 1347

Check_ilo2_health

Distro: CentOS release 6.2 32 bit VMware image NagiosXI I don't know if there's a better place for plugin assistance threads so I am starting here. I am attempting to get the check_ilo2_health plugin to work on our NagiosXI setup to get information from our iLO4 servers. The plugin was downloaded fr...