fix: modified directory names to be in line with alert functions and deployment environments

This commit is contained in:
2025-06-25 16:10:45 -04:00
parent c21f3084dc
commit e16f8fa82e
10 changed files with 18 additions and 16 deletions

View File

@@ -1,19 +1,18 @@
use harmony::{
inventory::Inventory,
maestro::Maestro,
modules::monitoring::{
alert_channel::discord_alert_channel::DiscordWebhook,
alert_rule::prometheus_alert_rule::{AlertManagerRuleGroup, PrometheusAlertRule},
kube_prometheus::{
alerts::{
dell_server::{
alert_global_storage_status_critical,
alert_global_storage_status_non_recoverable,
global_storage_status_degraded_non_critical,
},
pvc::high_pvc_fill_rate_over_two_days,
modules::{
monitoring::{
alert_channel::discord_alert_channel::DiscordWebhook,
alert_rule::prometheus_alert_rule::AlertManagerRuleGroup,
kube_prometheus::helm_prometheus_alert_score::HelmPrometheusAlertingScore,
},
prometheus::alerts::{
infra::dell_server::{
alert_global_storage_status_critical, alert_global_storage_status_non_recoverable,
global_storage_status_degraded_non_critical,
},
helm_prometheus_alert_score::HelmPrometheusAlertingScore,
k8s::pvc::high_pvc_fill_rate_over_two_days,
},
},
topology::{K8sAnywhereTopology, Url},