commit | 6fa7f34101ad6c838da3e38f532045959d87f836 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Tue Jan 26 17:00:01 2021 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Tue Jan 26 17:10:50 2021 +0100 |
tree | 740eb31bb0783b8a58d1f20b3c8fc849e45ff120 | |
parent | 457d1ad9069333c8896f40862c3189719aa4aa07 [diff] |
Add utils::ensureModuleImplemented Change-Id: I6562afed792da1d09bcfa2a189e1ae9a7cd9528f
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.