-
Noticed a strange behaviour with handlers: when handling checks which have multiple possible statuses, handlers ignore RESOLVEs for certain sequences (for example: 1,1,1,2,0,0,0).
I isolated it to r…
-
Loading a check which intentionally fails yields expected client output, but it doesn't appear that the server container sees the failure or tries to invoke the correct handler.
I have this check:
…
slwst updated
7 years ago
-
I'd like to see Enterprise contact routing get added. I know that portion of the module was mostly written by one person, just wanted to get this out there.
https://sensuapp.org/docs/latest/ent…
-
Disclaimer: I am attempting to switch from Librarian to Berkshelf for managing our chef-repo as a whole, so it's entirely possible I am just holding it wrong.
I have a Berksfile in my repo that looks…
-
## Expected Behavior
Log lines related to events dropped by a filter should indicate the name of the matching filter (see #1467)
## Current Behavior
Per (this post to the sensu-users mailing …
-
If the value in a check definition includes invalid characters (spaces) in the source field, sensu-api crashes instead of just marking the check as invalid and moving on.
Sensu version 0.20.3.
{
"…
-
```
{
"handlers": {
"pushover": {
"type": "pipe",
"command": "/opt/sensu/embedded/bin/handler-pushover.rb",
"filter": "production"
}
},
"pushover": {
"_comment": "…
Rizbe updated
7 years ago
-
Expected Behavior:
I tried to restart sensu-client with service sensu-client restart as a root user but I ended up getting this error.
[root@myserver ~]# service sensu-client restart
/opt/sen…
-
Hi,
I added a check, lets say it is located /etc/sensu/conf.d/checks/check_redis.json.
Later I want to replace this check with another check. I deleted the `check_redis.json`. Restart sensu-server a…
-
There is currently a race condition in which a host deleted through the API may recommission itself if a check of any type fires an event after the host deletion is processed.
## Expected Behavior
…