Alarm rules allow to filter and redirect alarms toward existing plugins.
By example, you could do the following:
Warning:
Stop on first match:
The configuration of the rule consists of setting following parameters:
ActionMatches with examples| Operation | Filter value | Comment |
|---|---|---|
| contains | ABC | Matches if value contains text 'ABC' |
| contains any | ABC, DEF, GHI | Matches if value contains at least one of the coma separated text |
| contains all | ABC + DEF | Matches if value contains all coma separated text |
| excludes | !ABC | Matches if value does not contain 'ABC' |
| excludes all | !ABC, !DEF | Matches if value does not contain any of the coma separated text |
| Regexp | .*ABC.*DEF$ | Matches if value contains ABC and ends with DEF |
Transform:
Transform syntax:
Note: More transform capabilities to come.