Merge branch 'change-exporter-proxy-ports' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2020-07-18 14:30:48 +09:00 committed by Gitea
commit 730fcd3e54
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ service 'supervisor' do
end
# Firewall settings here:
%w( 9099/tcp ).each do |p|
%w( 60000/tcp ).each do |p|
execute "ufw allow #{p}" do
user 'root'

View File

@ -1,2 +1,2 @@
- targets:{{range nodes}}
- {{.Address}}:9099{{end}}
- {{.Address}}:60000{{end}}

View File

@ -1,5 +1,5 @@
# listen: Addr and port to listen (required)
listen: "0.0.0.0:9099"
listen: "0.0.0.0:60000"
# access_log (optional)
access_log: