Re: [Nagios-users] Please help. Problem using check_nrpe and check_mailq

2009-01-15 Thread Marc Powell
On Jan 15, 2009, at 8:06 AM, Sergio Ariel wrote: > I stopped Nagios first, and executed from Nagios Server: > check_nrpe -H -t 500 -c check_cola_correo > > and the result was the same (NRPE: Command timed out after 60 seconds) > so, I don't think it's because a nagios.cfg's timeout definition. >

Re: [Nagios-users] Please help. Problem using check_nrpe and check_mailq

2009-01-15 Thread jmoseley
Sergio Ariel wrote: >I stopped Nagios first, and executed from Nagios Server: >check_nrpe -H -t 500 -c check_cola_correo > >and the result was the same (NRPE: Command timed out after 60 seconds) >so, I don't think it's because a nagios.cfg's timeout definition. > >Please, what do you think

Re: [Nagios-users] Please help. Problem using check_nrpe and check_mailq

2009-01-15 Thread Sergio Ariel
I stopped Nagios first, and executed from Nagios Server: check_nrpe -H -t 500 -c check_cola_correo and the result was the same (NRPE: Command timed out after 60 seconds) so, I don't think it's because a nagios.cfg's timeout definition. Please, what do you think about? jmose...@corp.xanadoo

Re: [Nagios-users] Please help. Problem using check_nrpe and check_mailq

2009-01-14 Thread jmoseley
Sergio Ariel wrote: >I have installed NRPE to check a Postfix Server's mail queue. >I have changed timeouts in order to obtain what I want. > >In Postfix Server I have declared in nrpe.cfg this: > >command[check_cola_correos]=/usr/local/nagios/libexec/check_mailq -w >5000 -c 7000 -M postfix

[Nagios-users] Please help. Problem using check_nrpe and check_mailq

2009-01-14 Thread Sergio Ariel
I have installed NRPE to check a Postfix Server's mail queue. I have changed timeouts in order to obtain what I want. In Postfix Server I have declared in nrpe.cfg this: command[check_cola_correos]=/usr/local/nagios/libexec/check_mailq -w 5000 -c 7000 -M postfix -t 450 and when I run from Nagio