You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
This looks like a regression of #689 and seems possibly related to #785
Expected Behavior
Silencing by subscription was fixed in #689 however it doesn't seem to be working again. I've followed the issue reported in #785 and now updated to the latest of both Sensu and Uchiwa packages yet it's still broken.
Current Behavior
The Sensu /silenced endpoint returns what seem valid silences, i.e.
The Sensu server logs correctly work out the check result is silenced with something like ...,"silenced":true,"silenced_by":["test:yum"]}} logged.
If I follow the logic in the original ticket and create a silence using the redhat:yum subscription then it silences the check correctly and it doesn't bleed into silencing centos:yum as well, which it did do in the original ticket however it doesn't do anything if I use test:yum.
This looks like a regression of #689 and seems possibly related to #785
Expected Behavior
Silencing by subscription was fixed in #689 however it doesn't seem to be working again. I've followed the issue reported in #785 and now updated to the latest of both Sensu and Uchiwa packages yet it's still broken.
Current Behavior
The Sensu
/silenced
endpoint returns what seem valid silences, i.e.The Sensu server logs correctly work out the check result is silenced with something like
...,"silenced":true,"silenced_by":["test:yum"]}}
logged.If I follow the logic in the original ticket and create a silence using the
redhat:yum
subscription then it silences the check correctly and it doesn't bleed into silencingcentos:yum
as well, which it did do in the original ticket however it doesn't do anything if I usetest:yum
.Steps to Reproduce (for bugs)
See #689 for the original setup.
Your Environment
The text was updated successfully, but these errors were encountered: