Re: [Nagios-users] Nagios plugin problem using check_nrpe

2010-05-11 Thread Sean McAfee
Antonio Fernando Evangelista wrote: > [r...@lnxaphmoa04 libexec]# /usr/local/nagios/libexec/check_teste.pl -s4 > -w80 -c85 > > OK: TEMPERATURA ATUAL: 30 C - THRESHOLD: 127 C > > *If I execute the script calling through the check_nrpe command:* > > [r...@lnxaphmoa04 libexec]# /usr/local/nagios/l

Re: [Nagios-users] Nagios plugin problem using check_nrpe

2010-05-11 Thread Assaf Flatto
Antonio Fernando Evangelista wrote: > > Hi. > > I’m writing a new Nagios plugin that will be responsible to monitor > the server internal components temperature. > > I have a Proliant DL380 G5 with the HP Management CLI for Linux > installed on it, and I wrote a perl program to check the > > Temp

[Nagios-users] Nagios plugin problem using check_nrpe

2010-05-11 Thread Antonio Fernando Evangelista
Hi. I'm writing a new Nagios plugin that will be responsible to monitor the server internal components temperature. I have a Proliant DL380 G5 with the HP Management CLI for Linux installed on it, and I wrote a perl program to check the Temperature. When I execute the perl script directly fro