Search found 7 matches

by villex46
Fri Mar 11, 2016 5:30 am
Forum: Open Source Nagios Projects
Topic: send alerts with time delay
Replies: 4
Views: 1586

Re: send alerts with time delay

thanks for quick reply!

In what file I have to change?
by villex46
Fri Mar 11, 2016 4:48 am
Forum: Open Source Nagios Projects
Topic: send alerts with time delay
Replies: 4
Views: 1586

send alerts with time delay

Hi!

nagios core we deployed a Centos server. I'd like sending email alerts had a time delay, is it possible?

That is, for example, when we have a peak consumption of RAM, to wait for sending email 5 minutes to see if reduced

thanks!
by villex46
Wed Feb 24, 2016 4:34 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - Could not complete SSL handshake
Replies: 11
Views: 7077

Re: CHECK_NRPE: Error - Could not complete SSL handshake

thanks you!!! thanks you!!!thanks you!!!thanks you!!!

this problem it's solved!
now show other error

Code: Select all

[root@localhost ~]# /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1 -n
CHECK_NRPE: Error receiving data from daemon.
I will now investigate the problem
by villex46
Wed Feb 24, 2016 3:50 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - Could not complete SSL handshake
Replies: 11
Views: 7077

Re: CHECK_NRPE: Error - Could not complete SSL handshake

[root@localhost ~]# grep nagios /etc/passwd nagios:x:1001:1001::/home/nagios:/bin/bash [root@localhost ~]# ldd /usr/local/nagios/bin/nrpe linux-vdso.so.1 => (0x00007ffdeb7fe000) libssl.so.10 => /lib64/libssl.so.10 (0x00007f569d481000) libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f569d09a000) li...
by villex46
Wed Feb 24, 2016 11:00 am
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - Could not complete SSL handshake
Replies: 11
Views: 7077

Re: CHECK_NRPE: Error - Could not complete SSL handshake

thanks again.

Don't Work

Code: Select all

[root@localhost ~]#  /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1
CHECK_NRPE: Error - Could not complete SSL handshake.
by villex46
Tue Feb 23, 2016 2:37 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - Could not complete SSL handshake
Replies: 11
Views: 7077

Re: CHECK_NRPE: Error - Could not complete SSL handshake

thanks for reply! [root@localhost nagios]# grep only_from /etc/xinetd.d/nrpe only_from = 127.0.0.1 localhost 123.123.123.123 [root@localhost nagios]# grep allowed_hosts /usr/local/nagios/etc/nrpe.cfg allowed_hosts=127.0.0.1,123.123.123.123 Note: 123.123.123.123 = IP_Nagios_Server Do you need all out...
by villex46
Tue Feb 23, 2016 2:24 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - Could not complete SSL handshake
Replies: 11
Views: 7077

CHECK_NRPE: Error - Could not complete SSL handshake

Hello, I'm trying to install nagios agent in a centos server but I get it. I'm following this link: http://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/ shows these errors: [root@localhost nagios]# /usr/local/nagios/libexec/check_nrpe -H localhost CHECK_NRPE: Error - Could not c...