Re: [Nagios-users] check_perc.pl

2007-12-19 Thread Robert Ferguson
running it as nagios. Thanks for getting back to me so quickly, Robert -Original Message- From: Karl Katzke [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 4:17 PM To: nagios-users@lists.sourceforge.net; Robert Ferguson Subject: Re: [Nagios-users] check_perc.pl Robert - Let

Re: [Nagios-users] check_perc.pl

2007-12-19 Thread Karl Katzke
Robert - Let me guess, you're running it as root... ? Remember that the Nagios user is very unprivileged, and if you're having a problem with it running things, you may need to wrap the command so that it can run as a privileged user. -Karl --- Karl Katzke Systems Analyst II TAMU - RGS >>>

[Nagios-users] check_perc.pl

2007-12-19 Thread Robert Ferguson
Good Afternoon I am having an issue with this plugin. Maybe one of you can help. I am receiving a null return when nagios runs this command, however when running on command line, it returns just fine. Here is my command definition and define service: # 'check_perc.pl' command definition

Re: [Nagios-users] check_perc.pl

2007-12-11 Thread Robert Ferguson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Ferguson Sent: Tuesday, December 11, 2007 10:54 AM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_perc.pl -Original Message- From: [EMAIL PROTECTED] [mailto

Re: [Nagios-users] check_perc.pl

2007-12-11 Thread Robert Ferguson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of slamp slamp Sent: Tuesday, December 04, 2007 10:21 AM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_perc.pl anyone using the check_perc plugin and have a fix for the Learning

Re: [Nagios-users] check_perc.pl

2007-12-04 Thread slamp slamp
anyone using the check_perc plugin and have a fix for the Learning state of the Battery? On Sep 14, 2007 7:08 PM, slamp slamp <[EMAIL PROTECTED]> wrote: > To Matt Stanford. > We just started to use your script. It doesn't seem to take into > consideration when state is Learning. It throws a warnin

[Nagios-users] check_perc.pl

2007-09-14 Thread slamp slamp
To Matt Stanford. We just started to use your script. It doesn't seem to take into consideration when state is Learning. It throws a warning like so: ** Global Storage Alarm WARNING ** PERC Channel is OK: PERC Battery is 36: All Disks are OK: 36 means Learning. I don't know if this needs fixing o

[Nagios-users] check_perc.pl

2007-03-23 Thread Josh Yost
Hi all, If anyone uses my check_perc.pl, I've posted a new version on nagiosexchange.org. The core functionality hasn't changed much, except for (hopefully) better error handling, expanded options, & more debugging output. changes: - switched to Getopt::Long - more nagios plugin-complia