diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index c5644c3..e53960c 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -342,6 +342,18 @@ in evaluation_interval = "1m"; }; + exporters.ping = { + enable = true; + settings = { + targets = [ + "1.1.1.1" + + "fra1-b.jakstys.lt" + myData.hosts."fra1-b".jakstIP + ]; + }; + }; + scrapeConfigs = let port = builtins.toString myData.ports.exporters.node;