commit | b9f4d947fc21ea32cfecb1611457d4ff6a3d7c6f | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Mon Nov 09 10:45:35 2020 +0100 |
committer | Gerrit Code Review <gerrit@gerrit.cesnet.cz> | Mon Nov 09 10:45:35 2020 +0100 |
tree | 9d2c28e28b85f4df0f7a6ab4a2ea7ac64a56554a | |
parent | 8ce88351002fa51c9ff818e03eb0f07f1c103c4a [diff] | |
parent | f2391d6c8d99414f67b13f53cc3289703638aa25 [diff] |
Merge changes I5902151b,I0bfd0ce8 * changes: Ignore changes in selected systemd units Mention monitoring systemd units in README
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.