fix: ensure that node-exporter listens on 127.0.0.1
This commit is contained in:
@@ -17,6 +17,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
enabledCollectors = [ "systemd" ];
|
enabledCollectors = [ "systemd" ];
|
||||||
port = 9002;
|
port = 9002;
|
||||||
|
listenAddress = "127.0.0.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
|
Reference in New Issue
Block a user