mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
6575042f5f
* 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
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
source: Alerting/Device-Dependencies.md
|
|
path: blob/master/doc/
|
|
|
|
# Device Dependencies
|
|
|
|
It is possible to set one or more parents for a device. The aim for
|
|
that is, if all parent devices are down, alert contacts will not
|
|
receive redundant alerts for dependent devices. This is very useful
|
|
when you have an outage, say in a branch office, where normally you'd
|
|
receive hundreds of alerts, but when this is properly configured,
|
|
you'd only receive an alert for the parent hosts.
|
|
|
|
There are three ways to configure this feature. First one is from
|
|
general settings of a device. The other two can be done in the 'Device
|
|
Dependencies' item under 'Devices' menu. In this page, you can see all
|
|
devices and with its parents. Clicking on the 'bin' icon will clear
|
|
the dependency setting. Clicking on the 'pen' icon will let you edit
|
|
or change the current setting for chosen device. There's also a
|
|
'Manage Device Dependencies' button on the top. This will let you set
|
|
parents for multiple devices at once.
|
|
|
|
For an intro on getting started with Device Dependencies, take a look
|
|
at our [Youtube video](https://www.youtube.com/watch?v=KMAarVS9QQ8)
|