feat: implementation for opnsense os-node_exporter
Some checks failed
Run Check Script / check (pull_request) Failing after 41s

This commit is contained in:
2025-10-22 11:27:28 -04:00
parent 7536f4ec4b
commit 8126b233d8
9 changed files with 198 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ pub mod dhcp_legacy;
pub mod dns;
pub mod dnsmasq;
pub mod load_balancer;
pub mod node_exporter;
pub mod tftp;