Search found 8 matches
- Thu Mar 15, 2012 2:19 pm
- Forum: Open Source Nagios Projects
- Topic: Return code of 127 for check of service...
- Replies: 7
- Views: 2947
Re: Return code of 127 for check of service...
Okay so I just installed the plugin without SSL as I could not get it to work.
- Thu Mar 15, 2012 10:46 am
- Forum: Open Source Nagios Projects
- Topic: Return code of 127 for check of service...
- Replies: 7
- Views: 2947
Re: Return code of 127 for check of service...
Okay so I checked the Nagios server and noticed that nrpe is not installed there. when I ./configure the package it get the following error: checking for SSL libraries... configure: error: Cannot find ssl libraries I've read everywhere that you need libssl-dev needs to be install but checking: libss...
- Thu Mar 15, 2012 9:05 am
- Forum: Open Source Nagios Projects
- Topic: Return code of 127 for check of service...
- Replies: 7
- Views: 2947
Re: Return code of 127 for check of service...
My nrpe file in /etc/xinetd.d on remote linux host # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port = 5666 wait = no user = nagios group = nagios server = /usr/local/nagios/bin/nrpe server_args = -c /usr/local/nagios/etc/nrpe.cf...
- Wed Mar 14, 2012 2:55 pm
- Forum: Open Source Nagios Projects
- Topic: Return code of 127 for check of service...
- Replies: 7
- Views: 2947
Return code of 127 for check of service...
I am attempting to monitor a linux machine. I followed instructions as per http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf I compiled and installed nagios plugins and nrpe successfully. I then added a linux.cfg template and can see the server listed on my nagios server but I see this error: (Return...
- Tue Mar 13, 2012 3:16 pm
- Forum: Open Source Nagios Projects
- Topic: Error 15 (net::SOCKET_NOT_CONNECTED)
- Replies: 3
- Views: 2746
Re: Error 15 (net::SOCKET_NOT_CONNECTED)
Solved: I shut down the server and did a continuous ping of the server. Sure enough as it shut down I noticed the pings started to drop and moments later began to reply again. There was another server with this IP. 48 hours later...Ugh.
- Tue Mar 13, 2012 11:55 am
- Forum: Open Source Nagios Projects
- Topic: Error 15 (net::SOCKET_NOT_CONNECTED)
- Replies: 3
- Views: 2746
Re: Error 15 (net::SOCKET_NOT_CONNECTED)
Okay I'll have to post this in Ubuntu forums or something. I can't ssh to the server either so it must be networking issue.
Attempting to ssh I get Network Error: software caused connection abort.
Attempting to ssh I get Network Error: software caused connection abort.
- Tue Mar 13, 2012 11:51 am
- Forum: Open Source Nagios Projects
- Topic: Error 15 (net::SOCKET_NOT_CONNECTED)
- Replies: 3
- Views: 2746
Re: Error 15 (net::SOCKET_NOT_CONNECTED)
Okay so I changed the ESX Network Adapter from "Flexible" to "E1000" Also removed a static route I had added before to troubleshoot. Same thing happened after second refresh (180 seconds or so). Connection to Nagios was interrupted with Error 101 (net:ERR_CONNECTION_RESET) The co...
- Tue Mar 13, 2012 10:21 am
- Forum: Open Source Nagios Projects
- Topic: Error 15 (net::SOCKET_NOT_CONNECTED)
- Replies: 3
- Views: 2746
Error 15 (net::SOCKET_NOT_CONNECTED)
Strange error with Nagios running on Ubuntu Server 11.10. I installed as per instructions here on host nagios: http://www.ghacks.net/2009/06/08/how-to-install-nagios-on-ubuntu-server/ Once finished, I started nagios and apache on the nagios server and from my local PC hit the browser at http://nagio...