nrpe or nsclient failure from workload
nrpe or nsclient failure from workload
Is there any history of the remote agents crashing from receiving simultaneous or overlapping service check requests? If not, are there any observed conditions that have caused an agent to stop operating and require a restart?
Thanks!
Thanks!
- rexconsulting
- Posts: 60
- Joined: Fri May 04, 2012 4:27 pm
- Location: Oakland, CA
- Contact:
Re: nrpe or nsclient failure from workload
Probably would help to know which versions of NRPE/NSClient and OS we're talking about here.
CP
--
Chris Paul
Rex Consulting, Inc
5652 Florence Terrace, Oakland, CA 94611
email: [email protected]
web: http://www.rexconsulting.net
phone, toll-free: +1 (888) 403-8996 ext 1
--
Chris Paul
Rex Consulting, Inc
5652 Florence Terrace, Oakland, CA 94611
email: [email protected]
web: http://www.rexconsulting.net
phone, toll-free: +1 (888) 403-8996 ext 1
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nrpe or nsclient failure from workload
I agree with @rexconsulting.
I don't know of any agent's crashing, but I do know when NRPE is running under xinetd on Linux it can block connections if it gets more than 30 together from the same IP.
this can be modified by adding the following to /etc/xinetd.d/nrpe
then the service restarted
I don't know of any agent's crashing, but I do know when NRPE is running under xinetd on Linux it can block connections if it gets more than 30 together from the same IP.
this can be modified by adding the following to /etc/xinetd.d/nrpe
Code: Select all
per_source = UNLIMITEDCode: Select all
service xinetd restartRe: nrpe or nsclient failure from workload
Thanks. I've requested the version information from the server team. We don't have direct access to the servers.
Alan
Alan
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nrpe or nsclient failure from workload
Let us knowawilson wrote:Thanks. I've requested the version information from the server team. We don't have direct access to the servers.
Alan
Re: nrpe or nsclient failure from workload
Our nrpe deployments are:
# ./nrpe
NRPE - Nagios Remote Plugin Executor
Copyright (c) 1999-2008 Ethan Galstad ([email protected])
Version: 2.12
Last Modified: 03-10-2008
License: GPL v2 with exemptions (-l for more info)
SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher required
# ./nrpe
NRPE - Nagios Remote Plugin Executor
Copyright (c) 1999-2008 Ethan Galstad ([email protected])
Version: 2.12
Last Modified: 03-10-2008
License: GPL v2 with exemptions (-l for more info)
SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher required
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nrpe or nsclient failure from workload
can you give the output of the following
Code: Select all
netstat -nlp|grep 5666Re: nrpe or nsclient failure from workload
The response was that the port was not listed. The info came back as an image.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nrpe or nsclient failure from workload
Were you able to get the service started?awilson wrote:The response was that the port was not listed. The info came back as an image.
May we close the thread?
Re: nrpe or nsclient failure from workload
Please close. Thank you