copr-be: open 9100 port properly
This commit is contained in:
parent
e7bbf7b43a
commit
5e5f342477
2 changed files with 10 additions and 2 deletions
|
@ -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,
|
||||
]
|
||||
|
|
|
@ -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,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue