worked with will to get monitoring + ntfy demoed/tested
Some checks failed
Run Check Script / check (pull_request) Failing after -47s

This commit is contained in:
tahahawa
2025-07-10 13:26:12 -04:00
parent 81bee7e12a
commit d0d80aee28
9 changed files with 67 additions and 46 deletions

View File

@@ -14,6 +14,7 @@ async fn main() {
maestro.register_all(vec![Box::new(NtfyScore {
namespace: "monitoring".to_string(),
host: "localhost".to_string(),
})]);
harmony_cli::init(maestro, None).await.unwrap();
}