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
Hi I am using sensu-plugins-mailer for the mail notification. I have set below configuration for my check
"interval": 60,
"refresh": 43200,
"timeout": 30,
"handlers": ["ose-email"],
my handler configuration is like below
"handlers": {
"ose-email": {
"type": "pipe",
"filters": ["state_change_only"],
filter configurations is like below
"filters": {
"state_change_only": {
"negate": false,
"attributes": {
"occurrences": "eval: value == 1 || ':::action:::' == 'resolve'"
}
}
}
I am receiving alert as ["warning: event filtering in sensu-plugin is deprecated, see http://bit.ly/sensu-plugin\nwarning: occurrence filtering in sensu-plugin is deprecated, see http://bit.ly/sensu-plugin\nmail -- sent alert for $hostname/$check-name to $mail-id
I have set half day refresh time (12 hours) but I am receiving the alert before that time
what to do for this?
The text was updated successfully, but these errors were encountered:
Hi I am using sensu-plugins-mailer for the mail notification. I have set below configuration for my check
"interval": 60,
"refresh": 43200,
"timeout": 30,
"handlers": ["ose-email"],
my handler configuration is like below
"handlers": {
"ose-email": {
"type": "pipe",
"filters": ["state_change_only"],
filter configurations is like below
"filters": {
"state_change_only": {
"negate": false,
"attributes": {
"occurrences": "eval: value == 1 || ':::action:::' == 'resolve'"
}
}
}
I am receiving alert as ["warning: event filtering in sensu-plugin is deprecated, see http://bit.ly/sensu-plugin\nwarning: occurrence filtering in sensu-plugin is deprecated, see http://bit.ly/sensu-plugin\nmail -- sent alert for $hostname/$check-name to $mail-id
I have set half day refresh time (12 hours) but I am receiving the alert before that time
what to do for this?
The text was updated successfully, but these errors were encountered: