commit | 50584c5758e91b65746bf1e9eb04131f38b41d30 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Apr 19 10:17:01 2023 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu May 11 12:13:15 2023 +0200 |
tree | d6f08510cae8cd638ba440de5edc61921ee8981f | |
parent | 77e09c2af6ef68e2fd003890da4ee24f6df15bde [diff] |
hardware: add thresholds watchers This patch series will start publishing alarms on hardware sensors. The sensor values should have some thresholds that trigger the alarms. However, simply comparing the sensor value to threshold is probably not enough because we don't want keep creating and deleting alarms when the value is dancing around the threshold. There should be some code that triggers the alarm based on the history of the values. Fortunately, such code already exists in our cla-sysrepo project. This commit copies that from cla-sysrepo (commit 890d75d99a3ecaa6b8fc9d9a269ad70f57f69e49) into velia-hardware. Change-Id: I563006b093b190a16c87558c92956ef4a49382b2
Together with sysrepo, this software provides "general system management" of embedded devices. The target platform is anything that runs Linux with systemd. This runs in production on CzechLight SDN DWDM devices.
This component tracks the overal health state of the system, including various sensors, or the state of systemd
units. As an operator-friendly LED at the front panel of the appliance shows the aggregated health state.
Firmware can be updated via RAUC, and various aspects of the system's configuration can be adjusted. This includes a firewall, basic network settings, and authentication management.
For a full list, consult the yang/
directory in this repository.
ietf-access-control-list
, RFC 8519 (with deviations)ietf-hardware
, RFC 8348ietf-system
, RFC 7317 (partial support)ietf-interfaces
, RFC 8343 (generating config for systemd-networkd
, with extensions)ietf-routing
, RFC 8349 (see above)czechlight-system