-
I would like to have an optional recovery command executed by the sensu client. So I would define check like "fs usage" and a recovery would be "find all old files and delete them".
Options like rec…
-
Sensu 1.X provides a set of API endpoints for managing Event silencing, the "Silenced API". Sensu 1.X silencing is based on Sensu client subscription and check name. Silencing also supports a basic wi…
-
for example
I am going to use contact routing and mail handler plugins
contacts are as below
userA: a@domain.com
userB: b@domain.com
client.json :
enviroment : dev/uat
if It is uat, The U…
-
From @alvagante
@ghoneycutt I think the error is due to how checks files are created:
if a single check is added in a conf.d/checks/ file then the json file should begin with:
```
{
"check…
-
hello guys i'm having a problem with the notifications, my slack.json config is the next:
{
"handlers": {
"slack_plataformasdigitales": {
"type": "pipe",
"command": "handler-slack.rb -…
-
the following check definition is not flagged as invalid but should be -- interval is a string and is required to be an integer:
```
[root@localhost vagrant]# cat /etc/sensu/conf.d/check_fail.json…
-
Hi.
check-cloudwatch-metric.rb seems bugged with sticking to AWS/EC2 namespace so no other metrics are available to be monitored.
Attention to namespaces, I've marked them with bold.
This works…
-
## Context
If a proxy client request is configured to check an external resource, such as an API for each client, this can overwhelm the API if there are a lot of clients which match, and create ma…
-
I've noticed in both our test and production environments that the filters will leak alerts if the API is unavailable for any reason. While this is a good "fail-safe" default it is a nuisance as the …
-
Blocks #414 and #458