mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Save some space, add a few more options
This commit is contained in:
@ -34,9 +34,6 @@ Table of Content:
|
|||||||
- [Port](#macros-port)
|
- [Port](#macros-port)
|
||||||
- [Time](#macros-time)
|
- [Time](#macros-time)
|
||||||
- [Additional Options](#extra)
|
- [Additional Options](#extra)
|
||||||
- [Max](#extra-max)
|
|
||||||
- [Delay](#extra-delay)
|
|
||||||
- [Interval](#extra-interval)
|
|
||||||
|
|
||||||
|
|
||||||
# <a name="about">About</a>
|
# <a name="about">About</a>
|
||||||
@ -639,16 +636,12 @@ Example: `%macros.packet_loss_15m` > 50
|
|||||||
|
|
||||||
# <a name="extra">Additional Options</a>
|
# <a name="extra">Additional Options</a>
|
||||||
|
|
||||||
Here are some of the other available options for an alert rule.
|
Here are some of the other options available when adding an alerting rule:
|
||||||
|
|
||||||
## <a name="extra-max">Max</a>
|
- Rule name: The name associated with the rule.
|
||||||
|
- Severity: How "important" the rule is.
|
||||||
The maximum number of alerts sent for the event. `-1` means unlimited.
|
- Max alerts: The maximum number of alerts sent for the event. `-1` means unlimited.
|
||||||
|
- Delay: The amount of time to wait after a rule is matched before sending an alert.
|
||||||
## <a name="extra-delay">Delay</a>
|
- Interval: The interval of time between alerts for an event until Max is reached.
|
||||||
|
- Mute alerts: Disable sending alerts for this rule.
|
||||||
The amount of time to wait after a rule is matched before sending an alert.
|
- Invert match: Invert the matching rule (ie. alert on items that _don't_ match the rule).
|
||||||
|
|
||||||
## <a name="extra-interval">Interval</a>
|
|
||||||
|
|
||||||
The interval of time between alerts for an event until Max is reached.
|
|
||||||
|
Reference in New Issue
Block a user