copr-be: open 9100 port properly

This commit is contained in:
Pavel Raiskup 2021-11-18 15:26:28 +01:00
parent e7bbf7b43a
commit 5e5f342477
2 changed files with 10 additions and 2 deletions

View file

@ -38,4 +38,8 @@ nrpe_procs_crit: 2500
nrpe_procs_warn: 2200
root_auth_users: msuchy pingou frostyx praiskup schlupov
spawn_in_advance: "true"
tcp_ports: [22, 80, 443]
tcp_ports: [
22, 80, 443,
# node_exporter/prometheus
9100,
]

View file

@ -41,4 +41,8 @@ messaging:
username: copr
root_auth_users: msuchy pingou frostyx praiskup schlupov
spawn_in_advance: "false"
tcp_ports: [22, 80, 443]
tcp_ports: [
22, 80, 443,
# node_exporter/prometheus
9100,
]