nrpe or nsclient failure from workload

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
awilson
Posts: 224
Joined: Mon Mar 21, 2016 1:20 pm

nrpe or nsclient failure from workload

Post by awilson »

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!
User avatar
rexconsulting
Posts: 60
Joined: Fri May 04, 2012 4:27 pm
Location: Oakland, CA
Contact:

Re: nrpe or nsclient failure from workload

Post by rexconsulting »

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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: nrpe or nsclient failure from workload

Post by scottwilkerson »

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

Code: Select all

per_source = UNLIMITED
then the service restarted

Code: Select all

service xinetd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
awilson
Posts: 224
Joined: Mon Mar 21, 2016 1:20 pm

Re: nrpe or nsclient failure from workload

Post by awilson »

Thanks. I've requested the version information from the server team. We don't have direct access to the servers.

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

Post by scottwilkerson »

awilson wrote:Thanks. I've requested the version information from the server team. We don't have direct access to the servers.

Alan
Let us know
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
awilson
Posts: 224
Joined: Mon Mar 21, 2016 1:20 pm

Re: nrpe or nsclient failure from workload

Post by awilson »

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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: nrpe or nsclient failure from workload

Post by scottwilkerson »

can you give the output of the following

Code: Select all

netstat -nlp|grep 5666
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
awilson
Posts: 224
Joined: Mon Mar 21, 2016 1:20 pm

Re: nrpe or nsclient failure from workload

Post by awilson »

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

Post by scottwilkerson »

awilson wrote:The response was that the port was not listed. The info came back as an image.
Were you able to get the service started?

May we close the thread?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
awilson
Posts: 224
Joined: Mon Mar 21, 2016 1:20 pm

Re: nrpe or nsclient failure from workload

Post by awilson »

Please close. Thank you
Locked