Skip to content

Commit

Permalink
prometheus-node-exporter: fix node
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Apr 23, 2024
1 parent ce2ab54 commit 708daf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/defaults/base/exporters.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
services.prometheus.exporters = {
node.extraFlags = [ "--web.listen-address=[::1]:9100" ];
node.listenAddress = "[::1]";
};
}

0 comments on commit 708daf5

Please sign in to comment.