Howto start-stop nrpe

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nms_system_support
Posts: 39
Joined: Tue Jun 17, 2014 2:58 am

Howto start-stop nrpe

Post by nms_system_support »

Hello,

How can we stop the nrpe client service in a linux Red Hat server?

The only way to disable it is from /etc/xinetd.d/nrpe and restart xinetd ?

Thank you
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: Howto start-stop nrpe

Post by eloyd »

Yes, normally NRPE is run via xinetd. You can stop xinetd or you can edit /etc/xinetd.d/nrpe and change "disable=no" to "disable=yes" and restart xinetd. It won't run at that point, but the rest of xinetd services will.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
kyang

Re: Howto start-stop nrpe

Post by kyang »

Thanks @eloyd!

@nms_system_support, does this help answer your question?
nms_system_support
Posts: 39
Joined: Tue Jun 17, 2014 2:58 am

Re: Howto start-stop nrpe

Post by nms_system_support »

yes, you confirmed my suspicion.

thank you
kyang

Re: Howto start-stop nrpe

Post by kyang »

Sounds good. May we close this topic or do you have more questions?
Locked