wip: implentation for kube prometheus monitoring alert sender

This commit is contained in:
2025-06-19 11:06:20 -04:00
committed by tahahawa
parent e06548ac44
commit ec1df0413a
6 changed files with 127 additions and 19 deletions

View File

@@ -2,10 +2,7 @@ use harmony::{
data::Version,
inventory::Inventory,
maestro::Maestro,
modules::{
lamp::{LAMPConfig, LAMPScore},
monitoring::alert_channel::discord_alert_channel::DiscordWebhook,
},
modules::lamp::{LAMPConfig, LAMPScore},
topology::{K8sAnywhereTopology, Url},
};