Created
September 14, 2017 15:43
-
-
Save dubcl/678b580b18879c0152525331a1305714 to your computer and use it in GitHub Desktop.
sensu remove checks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log in to redis cli with: | |
# redis-cli | |
Execute keys: | |
> *server_name* | |
to list all checks related to the server in question type: | |
> smembers result:server_name | |
> srem result:server_name check_to_remove | |
> del history:server_name:check_to_remove result:server_name:check_to_remove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment