Commit 2ce79ef55042
Changed files (1)
systems
hosts
systems/hosts/shikoku.nix
@@ -153,6 +153,12 @@ in
};
services = {
+ prometheus.exporters.node = {
+ enable = true;
+ port = 9000;
+ enabledCollectors = [ "systemd" "processes" ];
+ extraFlags = ["--collector.ethtool" "--collector.softirqs" "--collector.tcpstat"];
+ };
aria2 = {
enable = true;
openPorts = true;