drakkar-lig / walt-python-packages

Home of walt-node, walt-server, walt-client and walt-common python packages.
https://walt-project.liglab.fr
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

We could monitor whether nodes are still alive. #25

Closed eduble closed 1 year ago

eduble commented 5 years ago

Currently the booted flag of nodes is only updated in case of expected operations:

Any unexpected issue will fail to have this flag updated. For example, logging to a node (walt node shell) and issuing reboot will make the node temporarily inaccessible, but the booted flag will remain to True.

Proposed update: