commit | babe9a82084bd2eff050f3fd54e0b8e1aac4fdda | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Wed Jan 27 20:31:40 2021 +0100 |
committer | Gerrit Code Review <gerrit@gerrit.cesnet.cz> | Wed Jan 27 20:31:40 2021 +0100 |
tree | 61dc46e11a5d60d5a7fce0d5ae807ecc252656ac | |
parent | c50ec9e9bb8b0adfb1f38f55fa9b8e5003410298 [diff] | |
parent | 9b8bb73929668d80b6c518e164a404c12b995aae [diff] |
Merge "CI: unify ASAN/UBSAN rules and bump the dependencies"
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.