mirror of https://github.com/ceph/ceph-ansible.git
ceph-defaults: Change the default prometheus port
The old default prometheus port 9090 clashes with cockpit in rhel 8. The 9090 port is reserved for web service administration of machines. We should change the default to something that does not clash with other ports used in rhel 8, at least by default. The port 9092 seems like a good choice in my testing. Signed-off-by: Boris Ranto <branto@redhat.com>pull/4488/head
parent
f067e53c6e
commit
b96c6da832
|
@ -759,7 +759,7 @@ dummy:
|
|||
#prometheus_data_dir: /var/lib/prometheus
|
||||
#prometheus_conf_dir: /etc/prometheus
|
||||
#prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
||||
#prometheus_port: 9090
|
||||
#prometheus_port: 9092
|
||||
#alertmanager_container_image: prom/alertmanager:latest
|
||||
#alertmanager_container_cpu_period: 100000
|
||||
#alertmanager_container_cpu_cores: 2
|
||||
|
|
|
@ -759,7 +759,7 @@ prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:4.1
|
|||
#prometheus_data_dir: /var/lib/prometheus
|
||||
#prometheus_conf_dir: /etc/prometheus
|
||||
#prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
||||
#prometheus_port: 9090
|
||||
#prometheus_port: 9092
|
||||
alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alertmanager:4.1
|
||||
#alertmanager_container_cpu_period: 100000
|
||||
#alertmanager_container_cpu_cores: 2
|
||||
|
|
|
@ -751,7 +751,7 @@ prometheus_container_memory: 4
|
|||
prometheus_data_dir: /var/lib/prometheus
|
||||
prometheus_conf_dir: /etc/prometheus
|
||||
prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
||||
prometheus_port: 9090
|
||||
prometheus_port: 9092
|
||||
alertmanager_container_image: prom/alertmanager:latest
|
||||
alertmanager_container_cpu_period: 100000
|
||||
alertmanager_container_cpu_cores: 2
|
||||
|
|
Loading…
Reference in New Issue