mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: Added alert rule mapping doc (#7748)
* doc: create rule mapping doc * Update mkdocs.yml * Add files via upload * Update Rule-Mapping.md
This commit is contained in:
committed by
Neil Lathwood
parent
133313020f
commit
aad821c207
20
doc/Alerting/Rule-Mapping.md
Normal file
20
doc/Alerting/Rule-Mapping.md
Normal file
@@ -0,0 +1,20 @@
|
||||
source: Alerting/Rule-Mapping.md
|
||||
|
||||
# Alert Rule Mapping
|
||||
Alert Rule Mapping can be found in the WebUI. In the Nav bar click on Alerts then Rule Mapping.
|
||||
In LibreNMS you can create alert rules and map those alert rules to devices or you can create device groups and map alert rules to those groups.
|
||||
This could be useful for alerts rules that you don't want to be checked against devices that may not match with your alert rule or may give you false positive etc.
|
||||
|
||||
Example: Alert Rule Mapping
|
||||

|
||||
|
||||
|
||||
In this example we have an alert rule that checks HPE iLo Power Supply Failure. You probably don't want this alert rule being checked on none HPE iLo devices. So in the picture below you can see the Alert rule is mapped to a Device group that was created just for HPE iLo devices.
|
||||
|
||||
Example: HPE iLo Rule map
|
||||

|
||||
|
||||
|
||||
### You have two options when mapping the alert rule.
|
||||
* First option: you can map alert rule to one device.
|
||||
* Second option: you create a device group and group all your devices together. [Link to Device Groups](../Extensions/Device-Groups.md)
|
BIN
doc/img/example-alert-rule-mapping.png
Normal file
BIN
doc/img/example-alert-rule-mapping.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
doc/img/example-hpe-rule-map.png
Normal file
BIN
doc/img/example-hpe-rule-map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
@@ -120,6 +120,7 @@ pages:
|
||||
- Alerting/Entities.md
|
||||
- Alerting/Macros.md
|
||||
- Alerting/Rules.md
|
||||
- Alerting/Rule-Mapping.md
|
||||
- Developing/os/Initial-Detection.md
|
||||
- Developing/os/Mem-CPU-Information.md
|
||||
- Developing/os/Test-Units.md
|
||||
|
Reference in New Issue
Block a user