diff --git a/modules/grafana.nix b/modules/grafana.nix index c3e6e31..b57a9f7 100644 --- a/modules/grafana.nix +++ b/modules/grafana.nix @@ -38,6 +38,18 @@ targets = [ "37.187.103.8:${toString config.services.prometheus.exporters.node.port}" ]; }]; } + { + job_name = "dell-5590"; + static_configs = [{ + targets = [ "192.168.10.100:${toString config.services.prometheus.exporters.node.port}" ]; + }]; + } + { + job_name = "temperatures"; + static_configs = [{ + targets = [ "192.168.10.116:9521" ]; + }]; + } ]; }; users.users.caddy = {