EV Observe - Configure Management Rules
Last modified on 2022/08/11 19:14
Contents
Nagios thresholds
Except in exceptional cases, the thresholds configured for a host or service must comply with Nagios syntax as shown below.
This syntax is used to define advanced thresholds and as such, enable more precise monitoring of host behavior.
Syntax | Will produce a warning if... | Example | ||
---|---|---|---|---|
10 | 10, (outside the range {0 .. 10}) | ![]() | ||
10: | < 10, (outside the range {10 .. ?} | ![]() | ||
~:10 | > 10, (outside the range {-? .. 10}) | ![]() | ||
10:20 | < 10 or > 20, (outside the range {10 .. 20}) | ![]() | ||
@10:20 | ? 10 and ? 20, (within the range {10 .. 20}) | ![]() |