Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread Matthew J. Salerno
Add "use strict" to your script. It should be included in every perl script. "jeff dinisco" wrote: >I'm writing a plugin that monitors storage array cache utilization by >processing the output of navicli (cli for EMC Clariion arrays). The problem >is that the value for cache utilization is not

Re: [Nagios-users] Nagios supervising nagios?

2010-08-07 Thread Linus Gasser
Le 05.08.10 23:08, Herb J. a écrit : >> Hmm, in fact, do you have to configure the central collector to let him >> know what the other collectors are doing? >> > > > All collectors are configured with the same check commands and > templates, but the remote collectors only know about their specific

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread jeff dinisco
Wow that was simple, I haven't confirmed it yet but I'm almost positive that's it. Thanks man. On Aug 7, 2010, at 10:51 AM, gregborbo...@gmail.com wrote: > Does nagios user have permissions to execute garfunkel? > Sent via BlackBerry from T-Mobile > > -Original Message- > From: jeff din

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread jeff dinisco
Wait, you're right, my bad, thanks for the help. On Aug 7, 2010, at 10:51 AM, gregborbo...@gmail.com wrote: > Does nagios user have permissions to execute garfunkel? > Sent via BlackBerry from T-Mobile > > -Original Message- > From: jeff dinisco > Date: Sat, 7 Aug 2010 07:40:46 > To:

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread jeff dinisco
Yes, command line output would fail otherwise. On Aug 7, 2010, at 10:51 AM, gregborbo...@gmail.com wrote: > Does nagios user have permissions to execute garfunkel? > Sent via BlackBerry from T-Mobile > > -Original Message- > From: jeff dinisco > Date: Sat, 7 Aug 2010 07:40:46 > To: >

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread Martin Melin
On Sat, Aug 7, 2010 at 4:51 PM, wrote: > Does nagios user have permissions to execute garfunkel? Oh, yeah, this is definitely the problem. Your script doesn't check that you have anything in $dirtypages and you don't check the result of open(). When testing Nagios plugins from the command line

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread Matthew J. Salerno
I don't believe your output is properly formatted. Search cpan for a nagios plugin module. It makes life easier. "jeff dinisco" wrote: >I'm writing a plugin that monitors storage array cache utilization by >processing the output of navicli (cli for EMC Clariion arrays). The problem >is that t

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread Martin Melin
On Sat, Aug 7, 2010 at 4:40 PM, jeff dinisco wrote: > I'm writing a plugin that monitors storage array cache utilization by > processing the output of navicli (cli for EMC Clariion arrays).  The problem > is that the value for cache utilization is not displaying in the status > information field o

Re: [Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread gregborbonus
Does nagios user have permissions to execute garfunkel? Sent via BlackBerry from T-Mobile -Original Message- From: jeff dinisco Date: Sat, 7 Aug 2010 07:40:46 To: Reply-To: Nagios Users List Subject: [Nagios-users] part of plugin output not displaying in status info --

[Nagios-users] part of plugin output not displaying in status info

2010-08-07 Thread jeff dinisco
I'm writing a plugin that monitors storage array cache utilization by processing the output of navicli (cli for EMC Clariion arrays). The problem is that the value for cache utilization is not displaying in the status information field on the nagios web interface. It seems like a whitespace or hi