bestool-alertd 25.1.0

(Internal) BES tooling: healthcheck daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod check;
pub mod checks;
pub mod heal;
pub mod progress;
pub mod server_info;
pub mod stat;
pub mod sweep;
pub mod task;

pub use stat::{MetricsSnapshot, Stat, StatKind, StatusCounts};
pub use sweep::{
	SweepResult, SweepTamanu, discover_sweep_tamanu, overall_from_payload, perform_sweep,
	resolve_sweep_tamanu,
};
pub use task::{BackupDispatch, DoctorMetricsHandle, DoctorTask};