mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* clean up all but header incrementing in Creating-Transport.md * make Device-Dependencies.md mdl happy * make Entities.md as mdl happy as possible... one long table line left * make mdl as happy as possible for index.md * clean up Introduction.md as much as possible * minor formatting cleanup... move each icon onto its own row * make ack and notes the same style * clean Macros.md up * clean Rules.md up as much as possible * tweak one line a bit to get it to format a bit nicer * a bit more format tweaking, making sure it does not sure with > * clean up as much as possible for Templates.md * make Testing.md as mdl happy as possibly * clean Transports.md up as much as possible * clean as many issues as possible for Alerts.md * clean up as much of ARP.md as possible * clean up as much as possible for Bills.md * make DeviceGroups.md as mdl happy as possible * cleanup Devices.md * make as mdl happy as possible Inventory.md and index.md * mdl cleanup for Logs.md and PortGroups.md * make Ports.md and Routing.md as happy as possible * clean up Services.md, Switching.md, and Systems.md as much as possible * more markup cleanup * lots more md cleanup udner Devloping/ * reapply bits from #10343 that accidentally got removed when merging
50 lines
1.6 KiB
Markdown
50 lines
1.6 KiB
Markdown
source: Alerting/Introduction.md
|
|
path: blob/master/doc/
|
|
|
|
# Introduction
|
|
|
|
To get started, you first need some alert rules which will react to
|
|
changes with your devices before raising an alert.
|
|
|
|
[Creating alert rules](Rules.md)
|
|
|
|
After that you also need to tell LibreNMS how to notify you when an
|
|
alert is raised, this is done using `Alert Transports`.
|
|
|
|
[Configuring alert transports](Transports.md)
|
|
|
|
The next step is not strictly required but most people find it
|
|
useful. Creating custom alert templates will help you get the benefit
|
|
out of the alert system in general. Whilst we include a default
|
|
template, it is limited in the data that you will receive in the alerts.
|
|
|
|
[Configuring alert templates](Templates.md)
|
|
|
|
### Managing alerts
|
|
|
|
When an alert has triggered you will see these in the Alerts ->
|
|
Notifications page within the Web UI.
|
|
|
|
This list has a couple of options available to it and we'll explain
|
|
what these are here.
|
|
|
|
#### ACK
|
|
|
|
This column provides you visibility on the status of the alert:
|
|
|
|
 This alert is currently active and sending
|
|
alerts. Click this icon to acknowledge the alert.
|
|
|
|
 This alert is currently acknowledged
|
|
until the alert clears. Click this icon to un-acknowledge the alert.
|
|
|
|
 This alert is
|
|
currently acknowledged until the alert worsens or gets
|
|
better, at which stage it will be automatically unacknowledged and
|
|
alerts will resume. Click this icon to un-acknowledge the alert.
|
|
|
|
#### Notes
|
|
|
|
 This column will allow you access to the
|
|
acknowledge/unacknowledge notes for this alert.
|