Page 1 of 1

Stop NRDS Checks on a client

Posted: Mon Jun 17, 2013 8:02 am
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.

Re: Stop NRDS Checks on a client

Posted: Mon Jun 17, 2013 3:03 pm
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.

Re: Stop NRDS Checks on a client

Posted: Mon Jun 17, 2013 3:10 pm
by jbennett
Thanks. Works a charm.