commit | cf65a20ceb78f9705f3a965b9611c3b4a970e211 | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Jan 19 09:37:14 2021 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Jan 19 19:12:29 2021 +0100 |
tree | 2999ae268682ef0c3945d0c2519b195777a5babe | |
parent | 991e4d52a8e8f075f141beed9fe738779434df04 [diff] |
Sync minimal required libyang+sysrepo versions Change-Id: I351abe7c85f375ed6fa9b61e1f89080eb67147cd
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.