Table of Contents

Alarm rules

Alarm rules allow to filter and redirect alarms toward existing plugins.

By example, you could do the following:

Configuration

Activation

Warning:

Rules definition

Stop on first match:

The configuration of the rule consists of setting following parameters:

Plugins

Schedule

Severities

Filters

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

Actions

Transform:

Transform syntax:

Note: More transform capabilities to come.