commit | 83b62e1db6c5f6be7e008c6019b651b3124c1989 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Wed Dec 16 14:50:49 2020 +0100 |
committer | Tomáš Pecka <tomas.pecka@fit.cvut.cz> | Mon Jan 04 14:32:31 2021 +0100 |
tree | 53bf319388c5920d286a338c8d669888499f1d2a | |
parent | 55f64f8bccb34ddd3c337ea1f654ac987330d33b [diff] |
HardwareState: Transition from ietf-hardware-state to ietf-hardware This step finalises the transition from ietf-hardware-state model to ietf-hardware (both described in RFC 8348 [1]). [1] https://tools.ietf.org/html/rfc8348 Change-Id: Iae887d9da2f489dd9b873c3c71e8283224d050c6
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.