Page 1 of 1

Nagios Agent Restart

Posted: Wed Jun 01, 2016 8:03 pm
by steelwedge
Dear Team,

We installed the nrpe agent in linux machine by following the below document, It is creating so many connections with linux box and those are in idle state. Please let us know how to restart this nrpe agent and kill this connections.

https://assets.nagios.com/downloads/nag ... 1446457937


Regards,
Mohan

Re: Nagios Agent Restart

Posted: Wed Jun 01, 2016 8:48 pm
by Box293
steelwedge wrote: It is creating so many connections with linux box and those are in idle state.
Can you show us how you are identifying this.
steelwedge wrote:restart this nrpe agent and kill this connections.
Stop

Code: Select all

service xinetd stop
See if there are any remaining

Code: Select all

ps -ef | grep xinetd
ps -ef | grep nrpe
Kill them as required

Start

Code: Select all

service xinetd start