Search found 4 matches

by baymer
Fri Mar 04, 2016 8:01 am
Forum: Open Source Nagios Projects
Topic: nagios-nrpe-server service will not stay running
Replies: 6
Views: 3078

Re: nagios-nrpe-server service will not stay running

I found the issue was actually a problem with my nrpe.cfg file. Specifically the server_address line. I ended up commenting it out and the nrpe starts and continues to run correctly now. Thanks for the help.
by baymer
Thu Mar 03, 2016 12:00 pm
Forum: Open Source Nagios Projects
Topic: nagios-nrpe-server service will not stay running
Replies: 6
Views: 3078

Re: nagios-nrpe-server service will not stay running

I installed with apt-get install nagios-plugins nagios-nrpe-server.
by baymer
Thu Mar 03, 2016 11:53 am
Forum: Open Source Nagios Projects
Topic: nagios-nrpe-server service will not stay running
Replies: 6
Views: 3078

Re: nagios-nrpe-server service will not stay running

Results of netstat - pan | grep 5666 tcp 0 0 172.16.0.10:4506 66.188.18.166:55666 ESTABLISHED - tcp 0 0 172.16.0.10:4506 172.16.4.142:56667 ESTABLISHED - tcp 0 0 172.16.0.10:4506 172.16.4.137:56668 ESTABLISHED - tcp 0 0 172.16.0.10:4506 172.16.4.91:55666 ESTABLISHED - tcp 0 0 172.16.0.10:4506 172.16...
by baymer
Thu Mar 03, 2016 11:38 am
Forum: Open Source Nagios Projects
Topic: nagios-nrpe-server service will not stay running
Replies: 6
Views: 3078

nagios-nrpe-server service will not stay running

I recently started setting up Nagios at my work. I installed Nagios core 4.1.1 on a Debian 7 system to be my monitoring server and it is working great. I installed nagios-nrpe-server and nagios-plugins on the Debian hosts I want to monitor and configured nrpe.cfg to allow my monitoring host. This al...