tree: acf3e3d5f4eebcccabd7d7450d7e83f61277a490 [path history] [tgz]
  1. mark-active-configuration-healthy-tests/
  2. meta/
  3. src/
  4. BUILD.gn
  5. README.md
src/sys/pkg/lib/system-health-check/README.md

System Health Check

This crate exposes 2 helper functions, one to determine if a running system is healthy after an OTA, and another to inform the paver service that the current system is healthy.

Since a system can be configured to either use the system-update-checker or omaha-client components to discover and initiate base package updates and both components need the ability to check the system health, this functionality is maintained in this crate shared by both components.