commit | eb6f9d91a959df7590f1437f0b1ffb0e1878e48e | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Dec 17 11:02:09 2020 +0100 |
committer | Gerrit Code Review <gerrit@gerrit.cesnet.cz> | Thu Dec 17 11:02:09 2020 +0100 |
tree | 582b50bd2352bfe06785a0de1484f07e6c1c286f | |
parent | 08528a7093fd31119a95b3d51dcc33709ce1226f [diff] | |
parent | d03044fca2bcdee1b72ee1823cd82f70cf3a3529 [diff] |
Merge changes Ifde2cd92,I897e95e3,I6987555d,I49111977,I5e06f0d3, ... * changes: veliad: Instantiate IETFHardware and Sysrepo callback Add high-level overview docs HardwareState: Add Sysrepo operational data callback HardwareState: Add IETFHardware module HardwareState: ietf-hardware-state YANG module HardwareState: HWMon data reader HardwareState: EMMC data reader Move current implementation into separate namespace
This software tracks health of an embedded device which runs Linux with systemd.
Velia tracks health of systemd units. In case some of them are failing, the system is considered unhealthy. You can disable monitoring of some units by using --systemd-ignore-unit
CLI flags. For example, to disable monitoring unit sshd.service
you should start velia with --systemd-ignore-unit=sshd.service
. In order to disable multiple units use the flag multiple times.
By default, the health of state is shown by flashing certain LEDs. This is however customizable by using your own callbacks.