Add node_exporter to all hosts
This commit is contained in:
parent
5ec34f54c8
commit
946c7d0772
28 changed files with 30 additions and 24 deletions
|
@ -45,8 +45,8 @@ pass in quick on $ext_if proto tcp from 37.35.86.64/29 to self port ssh
|
|||
pass in quick on $ext_if proto tcp from 37.16.96.144/28 to self port ssh
|
||||
pass in quick on $ext_if proto tcp from 81.175.155.142/32 to self port ssh
|
||||
|
||||
# munin from internal network
|
||||
pass in quick on $int_if proto tcp from $int_net to self port 4949
|
||||
# node_exporter from internal network
|
||||
pass in quick on $int_if proto tcp from $int_net to self port 9100
|
||||
|
||||
# allow dns queries from internal net
|
||||
pass in quick on $int_if proto { tcp, udp } from $int_net to self port domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue