bestool-alertd 11.0.1

(Internal) BES tooling: healthcheck daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod control;
mod health;
mod index;
mod metrics;
mod status;
mod tasks;

pub use control::{handle_reload, handle_restart};
pub use health::handle_health;
pub use index::handle_index;
pub use metrics::handle_metrics;
pub use status::handle_status;
pub use tasks::handle_task_endpoint;