Skip to content

Commit

Permalink
Allow ymir to query node-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed May 19, 2024
1 parent 50a4a6c commit 00563bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/common/exporters.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
enable = true;
openFirewall = true;
firewallRules =
"ip saddr 65.108.0.33 tcp dport 9100 accept
ip6 saddr 2a01:4f9:6a:4f6f::203 tcp dport 9100 accept
"ip saddr 128.140.9.158 tcp dport 9100 accept
ip6 saddr 2a01:4f8:c2c:17c9::1 tcp dport 9100 accept
tcp dport 9100 drop";
enabledCollectors = [
"systemd"
Expand Down

0 comments on commit 00563bf

Please sign in to comment.