how to uninstall a compiled NRPE?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
inventsekar
Posts: 37
Joined: Fri Jul 20, 2012 11:29 am

how to uninstall a compiled NRPE?

Post by inventsekar »

i think this questions is common to both nagios core and nagios XI, so posting it here.

i installed the NRPE on a client node (compiled from source). but, how to uninstall it? i tried "make uninstall" says no rule for uninstall and stopped.
i read the README, no clues. the NRPE.pdf says no info. searched here in this whole forum. i am tired now.

Could you please tell me how to uninstall a compiled NRPE?

/usr/local/nagios/libexec/check_nrpe -H localhost
NRPE v2.13
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: how to uninstall a compiled NRPE?

Post by slansing »

Though there currently is no Nagios supported uninstall tool for NRPE you can view all the changes made to your system during the install process from this log:

Code: Select all

/tmp/linux-nrpe-agent/install.log
This is assuming you followed our guide to installing the Linux Monitoring Agent.
Locked