removed promotheus exporter

This commit is contained in:
2026-07-12 19:09:46 +10:00
parent fa3d91303c
commit 62edbd203d
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -21,10 +21,10 @@ KEY = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPR9kwtC4TAeTRu46A7+opZsYpxqkRJ+x/Zy
TOKEN = "c9192e4c-7b5d-4910-8241-c2d68afadbac"; TOKEN = "c9192e4c-7b5d-4910-8241-c2d68afadbac";
}; };
services.prometheus.exporters.node = { #services.prometheus.exporters.node = {
enable = true; # enable = true;
openFirewall = true; # openFirewall = true;
}; #};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ 80 8080 443 ]; # networking.firewall.allowedTCPPorts = [ 80 8080 443 ];
+4 -4
View File
@@ -155,10 +155,10 @@ services.nfs.server = {
# externalInterface = "enp0s18"; # externalInterface = "enp0s18";
# internalInterfaces = [ "wg0" ]; # internalInterfaces = [ "wg0" ];
# }; # };
services.prometheus.exporters.node = { #services.prometheus.exporters.node = {
enable = true; # enable = true;
openFirewall = true; # openFirewall = true;
}; #};
# services.openssh.settings.PermitRootLogin = "yes"; # services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall. # Open ports in the firewall.