Add node_exporter to all hosts
This commit is contained in:
parent
5ec34f54c8
commit
946c7d0772
28 changed files with 30 additions and 24 deletions
|
@ -30,9 +30,9 @@ pass quick inet6 proto icmp6
|
|||
antispoof for lo0
|
||||
antispoof for vio0
|
||||
|
||||
# admin connection and munin (internal)
|
||||
# admin connection and node_exporter (internal)
|
||||
pass in quick on $int_if proto tcp from $int_net to self port ssh keep state (no-sync)
|
||||
pass in quick on $int_if proto tcp from $int_net to self port 4949 keep state (no-sync)
|
||||
pass in quick on $int_if proto tcp from $int_net to self port 9100 keep state (no-sync)
|
||||
|
||||
# internal network
|
||||
block in quick from any to self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue