uninstall nrds client from linux

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cklayus
Posts: 62
Joined: Tue May 27, 2014 8:42 am

uninstall nrds client from linux

Post by cklayus »

how do i do it?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: uninstall nrds client from linux

Post by lmiltchev »

You can remove the crontab entry on the remote machine:

Code: Select all

crontab -u nagios -e
then remove the "nrds" directory:

Code: Select all

rm -rf /usr/local/nrdp/clients/nrds
Be sure to check out our Knowledgebase for helpful articles and solutions!
cklayus
Posts: 62
Joined: Tue May 27, 2014 8:42 am

Re: uninstall nrds client from linux

Post by cklayus »

thnx
that does it.
i think it would be best to publish the uninstall instructions with the install ones
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: uninstall nrds client from linux

Post by lmiltchev »

Noted. I am glad I was able to help!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked