commit | f352a304483c488ca97dc6b5f9620fea4e855ea4 | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Jan 21 16:33:41 2021 +0100 |
committer | Gerrit Code Review <gerrit@gerrit.cesnet.cz> | Thu Jan 21 16:33:41 2021 +0100 |
tree | 894ce59acbda16914d5aa0036689d8b4ffa95395 | |
parent | 6dd52c8751186b39b02cdb114720851e28e30694 [diff] | |
parent | cf65a20ceb78f9705f3a965b9611c3b4a970e211 [diff] |
Merge "Sync minimal required libyang+sysrepo versions"
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.