Stop NRDS Checks on a client

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jbennett
Posts: 522
Joined: Mon Apr 16, 2012 3:00 pm

Stop NRDS Checks on a client

Post by jbennett »

What is the process to completely revert a client from pushing NRDS checks?

I had installed the NRDS configs on a few clients only to be told that we were going to wait on implementing those specific clients.

I realize I can just leave them in unconfigured objects and not configure them, but it's making things clunky, not to mention, I'm getting errors in my messges log file and I'd just like to clean things up.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Stop NRDS Checks on a client

Post by lmiltchev »

You can run on the clients:

Code: Select all

crontab -u nagios -e
then delete (or comment out) the entries in there.

Note: On Windows boxes, remove the entries from the Task Scheduler.

Then you can delete the entries in the Unconfigured Objects in XI.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jbennett
Posts: 522
Joined: Mon Apr 16, 2012 3:00 pm

Re: Stop NRDS Checks on a client

Post by jbennett »

Thanks. Works a charm.
Locked