commit | c50ec9e9bb8b0adfb1f38f55fa9b8e5003410298 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Wed Jan 27 12:22:42 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Wed Jan 27 14:37:02 2021 +0100 |
tree | 422cf03b84f143027472fe218626374f7f954b52 | |
parent | fb14b1847be109b44db29cd6c637bd78241358da [diff] |
veliad-firewall: Fix daemon name in docopt The docopt was initialized with wrong daemon name, so fix that. Change-Id: I81b2a364a416e6347f03cecd65263c8d223180d7
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.