Hi everyone,
i created a trigger for my diskspace, if the freespace (%) is between 10% and 20% give me a warning, for a while it worked fine, even when i tested it after the inicident/problem.
The problem was, that the trigger started to "flapp", if the value get into the configured limits, so the action send me a ton of mails.
The trigger looks like this:
({TRIGGER.VALUE}=0&{System:vfs.fs.size[/,pfree].max(5m)}<10&{System:vfs.fs.size[/,pfree].max(5m)}>20) |
({TRIGGER.VALUE}=1&{System:vfs.fs.size[/,pfree].min(5m)}<10&{System:vfs.fs.size[/,pfree].min(5m)}>20)
Maybe someone has an idea, because i couldn't replicate this "flapping" behaviour of the trigger.
i created a trigger for my diskspace, if the freespace (%) is between 10% and 20% give me a warning, for a while it worked fine, even when i tested it after the inicident/problem.
The problem was, that the trigger started to "flapp", if the value get into the configured limits, so the action send me a ton of mails.
The trigger looks like this:
({TRIGGER.VALUE}=0&{System:vfs.fs.size[/,pfree].max(5m)}<10&{System:vfs.fs.size[/,pfree].max(5m)}>20) |
({TRIGGER.VALUE}=1&{System:vfs.fs.size[/,pfree].min(5m)}<10&{System:vfs.fs.size[/,pfree].min(5m)}>20)
Maybe someone has an idea, because i couldn't replicate this "flapping" behaviour of the trigger.
.
Comment