Search found 33 matches
- Thu Nov 19, 2015 3:18 am
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
Nevermind, I am able to get checks on the linux host working now. Thank you all for the help!
- Thu Nov 19, 2015 2:12 am
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
Changing verify-mode did the trick. I was able to get all Windows host checks working. However when copying over a linux host config file, the checks are failing with the error"(Return code of 255 is out of bounds)". In nrpe.cfg on the server I have: command[check_load]=/usr/local/nagios/l...
- Wed Nov 18, 2015 3:15 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
nsclinet.ini ; Undocumented section [/settings/default] ; ALLOWED HOSTS - A comaseparated list of allowed hosts. You can use netmasks (/ syntax) or * to create ranges. allowed hosts = 222.174.46.250 ; PASSWORD - Password used to authenticate against server password = paszword ; Undocumented section...
- Wed Nov 18, 2015 2:43 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
I already have insecure = true on my windows client's nsclient.ini file.
Do I need to have NSclient installed on the nagios server?
Do I need to have NSclient installed on the nagios server?
- Wed Nov 18, 2015 4:47 am
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H windows_server_ipOn the Windows server, the nsclient.log has:
error:D:\source\nscp\include\socket/connection.hpp:243: Failed to establish secure connections: sslv3 alert unexpected message: 1010
- Tue Nov 17, 2015 6:20 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 127.0.0.1
Code: Select all
ps -ef | grep nrpe- Tue Nov 17, 2015 3:35 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
The new server does not have firewalld running. It uses iptables.
I just recompiled the plugins and ran make and make install.
When running the ./configure part, I do see "with-openssl = yes"
I just recompiled the plugins and ran make and make install.
Code: Select all
./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install- Tue Nov 17, 2015 2:17 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Re: Issue with Check_nrpe
Looking at that article's explanation of the "Could not complete SSL Handshake" error: I added my new nagios server IP to allowed hosts in both /usr/local/nagios/etc/nrpe.cfg and /etc/xinetd.d/nrpe I also added the "per_source" and "instances" lines to /etc/xinetd.d/nrp...
- Mon Nov 16, 2015 11:08 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with Check_nrpe
- Replies: 17
- Views: 10879
Issue with Check_nrpe
I have an old nagios v3.5 server that I'm replacing with a new CentOS 7 server to run nagios v4.1.1. I tried copying over a windows and linux host config files to the new Nagios server and started to get errors. When using the Nagios web client to view the windows host, which previously was running ...
- Wed Oct 28, 2015 4:31 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 4.1.1 "Unable to get process data"
- Replies: 48
- Views: 22372
Re: Nagios Core 4.1.1 "Unable to get process data"
I've erased the 3.5.1 instance and it is now working. Thank you all! You can close this post