Search found 77 matches

by xerez
Mon May 25, 2015 2:14 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

Ok, close the topic. Thanks for your help!
by xerez
Fri May 22, 2015 2:19 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

Code: Select all

root@linux:/# /etc/init.d/xinetd status
bash: /etc/init.d/xinetd: No existe el fichero o el directorio
I said that xinetd isn't installed. So, what was the problem? Thanks.
by xerez
Wed May 20, 2015 3:36 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

On my host Linux, I'm sure that NRPE isn't running under xinetd. I didn't installed there. usuario@linux:~$ su -c "pkill -9 nrpe" Contraseña: usuario@linux:~$ su -c "/etc/init.d/nagios-nrpe-server start" Contraseña: [ ok ] Starting nagios-nrpe: nagios-nrpe. usuario@linux:~$ su -c...
by xerez
Tue May 19, 2015 3:56 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

Thanks! usuario@debian:~$ su -c "tail /var/log/messages" Contraseña: May 19 09:32:12 debian nrpe[19857]: Added command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 May 19 09:32:12 debian nrpe[19857]: Added command[check_hda1]=/usr/lib/nagios/plugins/check_disk -w 2...
by xerez
Tue May 19, 2015 2:21 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

Code: Select all

# LOG FACILITY
# The syslog facility that should be used for logging purposes.

log_facility=daemon
by xerez
Mon May 18, 2015 3:44 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

It doesn't shows nothing... nrpe.cfg on Linux host: usuario@linux:~$ cat /etc/nagios/nrpe.cfg .... # DEBUGGING OPTION # This option determines whether or not debugging messages are logged to the # syslog facility. # Values: 0=debugging off, 1=debugging on debug=1 .... And also I restart NRPE with: u...
by xerez
Mon May 18, 2015 3:21 am
Forum: Open Source Nagios Projects
Topic: Why Nagios shows more memory than the real?
Replies: 18
Views: 5809

Re: Why Nagios shows more memory than the real?

Yes, thanks for your help!
by xerez
Thu May 14, 2015 5:38 am
Forum: Open Source Nagios Projects
Topic: Why Nagios take too time for notify for email?
Replies: 2
Views: 943

Re: Why Nagios take too time for notify for email?

After various tests, all works well. Thanks for reply.
by xerez
Thu May 14, 2015 3:42 am
Forum: Open Source Nagios Projects
Topic: Error with check_uptime: NRPE: Unable to read output
Replies: 30
Views: 13577

Re: Error with check_uptime: NRPE: Unable to read output

Well, when I execute this: nagios@localhost:~$ /usr/local/nagios/libexec/check_nrpe -H <host ip> NRPE v2.13 I use the IP of remote Linux host. It's more, other checks like CPU load, memory usage, ping and SSH work. Moreover, when I installed nrpe in this host, I used this: apt-get install nagios-nrp...