Uninstalling nrdp agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sureshbabuy
Posts: 23
Joined: Wed Aug 26, 2015 11:31 am

Uninstalling nrdp agent

Post by sureshbabuy »

Please help with the procedure to uninstall the nrdp agent
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Uninstalling nrdp agent

Post by rkennedy »

We don't have official instructions, and it could vary based on your setup, but this should do -

Code: Select all

rm -r /usr/local/nrdp/*
rm /etc/httpd/conf.d/nrdp.conf
Then, restart apache. service httpd restart
Former Nagios Employee
Locked