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
Silencing Checks or Entities Not Working in Sensu Version 6.12
Expected Behavior
When silencing a check or entity, no alerts should be received for the silenced items.
Current Behavior
Despite silencing checks or entities using either through Web UI or sensuctl, alerts continue to be received. This issue has been tested on Sensu version 6.12. This behaviour with earlier versions has not been verified.
Steps to Reproduce (for bugs)
Silence a check or entity via the Web UI or sensuctl.
Trigger the check to execute again.
Observe that alerts are still generated despite the silence configuration being active.
The text was updated successfully, but these errors were encountered:
same didn't work in UI as well as command when I tried to silent for month it keep on saying maximum duration allowed
really after upgrade of 6.12 my entire slack is noisy.
Tried for Month
# sensuctl silenced create -s entity:admin-02 -c check-cpu -e 31536000 -r "Silencing CPU check until 2024-12-31 22:00:00"
Error: Threshold reached: silenced crossed maximum duration allowed
Tried for 15days
sensuctl silenced create -s entity:admin-02 -c check-cpu -e 31536000 -r "Silencing CPU check until 2024-12-15 22:00:00"
Error: Threshold reached: silenced crossed maximum duration allowed
Tried for a day :(
# sensuctl silenced create -s entity:admin-02 -c check-cpu -e 31536000 -r "Silencing CPU check until 2024-12-02 22:00:00"
Error: Threshold reached: silenced crossed maximum duration allowed
The values need to be configured in the backend.yml file on all backend nodes. Afterward, restart the Sensu backend cluster nodes one by one to apply the changes.
The values for max-silenced-expiry-time-allowed and default-silenced-expiry-time should be set as follows:
We need to increase the value as per our requirement and it should in minutes
We are currently in the process of releasing the documentation, and it will be available soon. In the meantime, please feel free to reach out if you need any further assistance.
Silencing Checks or Entities Not Working in Sensu Version 6.12
Expected Behavior
When silencing a check or entity, no alerts should be received for the silenced items.
Current Behavior
Despite silencing checks or entities using either through Web UI or sensuctl, alerts continue to be received. This issue has been tested on Sensu version 6.12. This behaviour with earlier versions has not been verified.
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: