forked from NationTech/harmony
fix: modified directory names to be in line with alert functions and deployment environments
This commit is contained in:
@@ -12,5 +12,6 @@ pub mod load_balancer;
|
||||
pub mod monitoring;
|
||||
pub mod okd;
|
||||
pub mod opnsense;
|
||||
pub mod prometheus;
|
||||
pub mod tenant;
|
||||
pub mod tftp;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
pub mod alerts;
|
||||
pub mod helm;
|
||||
pub mod helm_prometheus_alert_score;
|
||||
pub mod prometheus;
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
pub mod dell_server;
|
||||
pub mod pvc;
|
||||
1
harmony/src/modules/prometheus/alerts/k8s/mod.rs
Normal file
1
harmony/src/modules/prometheus/alerts/k8s/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub mod pvc;
|
||||
2
harmony/src/modules/prometheus/alerts/mod.rs
Normal file
2
harmony/src/modules/prometheus/alerts/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod infra;
|
||||
pub mod k8s;
|
||||
1
harmony/src/modules/prometheus/mod.rs
Normal file
1
harmony/src/modules/prometheus/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub mod alerts;
|
||||
Reference in New Issue
Block a user