commit | 637fe80768d9784fba8c52097853a38dc6e420ce | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Fri Jan 22 02:43:18 2021 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Tue Jan 26 13:43:49 2021 +0100 |
tree | d546ba8737c2936b0038a4d207893baf68172ee7 | |
parent | d033707854b06e41fe576b62c41dda4c5633b44a [diff] |
Import ACL modules Sources: ietf-access-control-list https://github.com/YangModels/yang/blob/b795088684bc492ad776a706e2799d91a4e6c0c2/standard/ietf/RFC/ietf-access-control-list%402019-03-04.yang ietf-ethertypes https://github.com/YangModels/yang/blob/b795088684bc492ad776a706e2799d91a4e6c0c2/standard/ietf/RFC/ietf-ethertypes%402019-03-04.yang ietf-interfaces https://github.com/YangModels/yang/blob/b795088684bc492ad776a706e2799d91a4e6c0c2/standard/ietf/RFC/ietf-interfaces%402018-02-20.yang ietf-packet-fields https://github.com/YangModels/yang/blob/b795088684bc492ad776a706e2799d91a4e6c0c2/standard/ietf/RFC/ietf-packet-fields%402019-03-04.yang Change-Id: Ifd4b995b60e80b8532dfb6aee14fee7b321e8222
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.