fix: ensure that node-exporter listens on 127.0.0.1

This commit is contained in:
nhnn 2024-06-18 21:30:02 +03:00 committed by Inex Code
parent bf8ee7705a
commit 7cb625ba0c

View file

@ -17,6 +17,7 @@ in {
enable = true;
enabledCollectors = [ "systemd" ];
port = 9002;
listenAddress = "127.0.0.1";
};
};
scrapeConfigs = [