fix: added impl node exporter for hacluster topology and dummy infra
All checks were successful
Run Check Script / check (pull_request) Successful in 1m26s

This commit is contained in:
2025-10-22 14:39:12 -04:00
parent 5af13800b7
commit 5ab58f0253
8 changed files with 187 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ pub async fn get_topology() -> HAClusterTopology {
},
workers: vec![],
switch: vec![],
node_exporter: opnsense.clone(),
}
}