Compare commits

..
2 Commits
Author SHA1 Message Date
cai fa0ec74b35 Merge branch 'v1' of https://www.cainet.info/git/cai/CAI-Watchdog into v1 2022-07-03 23:44:32 +03:00
cai 7b98b16e6e Update main.rs 2022-07-03 23:44:07 +03:00
+1 -1
View File
@@ -10,7 +10,7 @@ use std::time::Duration;
use sysinfo::{System, SystemExt}; use sysinfo::{System, SystemExt};
/// Rule description structure /// Rule description structure
pub struct Rule { struct Rule {
/// Monitored service name /// Monitored service name
pub service: String, pub service: String,
/// Monitored URI /// Monitored URI