Search found 5 matches

by Rob.H
Sat Aug 01, 2015 2:28 pm
Forum: Nagios XI
Topic: Need a sanity check with pdu plug-in
Replies: 7
Views: 2029

Re: Need a sanity check with pdu plug-in

Hey everyone. I managed to figure out the cause the problem with a little help from Google. Despite the script being loaded into the default location for NagiosXI scritps, the check_apc_pdu.pl script still needed to be modified with the actual path. Changing this line... use lib "nagios/plugins...
by Rob.H
Fri Jul 31, 2015 9:11 pm
Forum: Nagios XI
Topic: Need a sanity check with pdu plug-in
Replies: 7
Views: 2029

Re: Need a sanity check with pdu plug-in

My apologies. Somehow I managed to provide the code for a script I'm not using. :oops: Here is the correct script's code. #! /usr/bin/perl -w # # check_apc_pdu.pl - nagios plugin # # # Copyright (C) 2007 Marius Rieder <marius.rieder@inf.ethz.ch> # # This program is free software; you can redistribut...
by Rob.H
Thu Jul 30, 2015 11:23 pm
Forum: Nagios XI
Topic: Need a sanity check with pdu plug-in
Replies: 7
Views: 2029

Re: Need a sanity check with pdu plug-in

You are correct, I did run the console command as root. Running the same command as user nagios yielded the same successful result as the root user. When I attempted to sudo into the apache user from root, I received an error stating "This account is currently not available." I should poin...
by Rob.H
Thu Jul 30, 2015 4:52 pm
Forum: Nagios XI
Topic: Need a sanity check with pdu plug-in
Replies: 7
Views: 2029

Re: Need a sanity check with pdu plug-in

Thank you for the feedback. To my surprise, running an snmpwalk from both the console and Nagios XI GUI against one of my PDUs worked just fine using v2c (see snippet below). This despite the total lack of any v2c options on the PDU management portal. [root@localhost ~]# snmpwalk -v2c -c <community>...
by Rob.H
Thu Jul 30, 2015 1:14 pm
Forum: Nagios XI
Topic: Need a sanity check with pdu plug-in
Replies: 7
Views: 2029

Need a sanity check with pdu plug-in

Hoping to get another pair of eyes on this as I am a struggling to figure this one out. I recently added an APC PDU load script from https://exchange.nagios.org/directory/Plugins/Hardware/UPS/APC/check_apc_pdu_load-2Esh/details#rev-1648 to my Nagios Xi installation and am having trouble getting it t...