commit | ba2dc310b6bdf34b9bfbe92b949e322832a37197 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Sat Jan 23 22:29:11 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Mon Jan 25 16:18:42 2021 +0100 |
tree | 040cc9208a41fa50ef41b8cefc0b21c4979f1f7c | |
parent | c764b76e3c0d2d1c9f2c910a32752719e6f525da [diff] |
utils: Move sysrepo helpers into one TU There were some sysrepo helper functions scattered around the project so move them into one TU in the utils library. Change-Id: I2ab280394a3ee6b7889a679d791f3f1971914e85
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.