commit | 339bc675dbd43efff8aee48535ff9a5434a3bfdc | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Wed Nov 11 15:59:03 2020 +0100 |
committer | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Thu Nov 26 13:52:05 2020 +0100 |
tree | 1405e37b0bf600ea99379a22a2dc196224bed5cc | |
parent | 73a13cc04a9915eed9c1623d99e5cea8ea7aeba0 [diff] |
HardwareState: Add IETFHardware module Port the module aggregating data for ietf-hardware-state module from cla-sysrepo@238b1d583bb1c25382741f0d94e384ad05456c7b. Change-Id: I49111977309672c6e8318672dc516c5c421beb96
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.