commit | 24b350544f5515a00c0cfb8f4d82163dc7089ad3 | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Wed Nov 11 17:37:33 2020 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Wed Nov 11 17:50:02 2020 +0100 |
tree | f42fb3ba431f4ccd72d2fa0af9e58bee070bb3f5 | |
parent | b9f4d947fc21ea32cfecb1611457d4ff6a3d7c6f [diff] |
CI: simplify pattern for job artifacts There's no -diff job which would need artifacts anymore. We've long switched to a CI setup where the diffing job is a standalone one that does not need access to the original dependencies anymore. Change-Id: I8633452f5b538e95bfb145cdec7400e7f8f0cf5a
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.