diff --git a/systems/ful/configuration.nix b/systems/ful/configuration.nix index a20fcd6..d6f171e 100644 --- a/systems/ful/configuration.nix +++ b/systems/ful/configuration.nix @@ -8,7 +8,7 @@ in { imports = [ ./hardware-configuration.nix - # + diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 5fde2ef..0dba662 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -258,6 +258,16 @@ in { } ]; } + { + job_name = "ful"; + static_configs = [ + { + targets = [ + "ful.r:${toString config.services.prometheus.exporters.node.port}" + ]; + } + ]; + } ]; services.prometheus.exporters.blackbox = {