Skip to content

Instantly share code, notes, and snippets.

@dubcl
Created September 14, 2017 15:43
Show Gist options
  • Save dubcl/678b580b18879c0152525331a1305714 to your computer and use it in GitHub Desktop.
Save dubcl/678b580b18879c0152525331a1305714 to your computer and use it in GitHub Desktop.
sensu remove checks
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