--checks command

Hi i used --checks command to my host to try something when devoping own check.

But how can i return it back? Like give back host rights to all checks which he had.

Your question is unclear to me. What exact command did you issue?
--checks is not a command but an option to the cmk command.
It restricts certain actions to just the given check, for example

# check only the "df" service(s) of localhost
cmk -v --checks df localhost

# do an inventory for only "df" on localhost
cmk -vII --checks df localhost

What is your question? If you don’t want to restrict your command to a certain check, then simply drop that option. As in

# check all service(s) of localhost
cmk -v localhost
1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.