File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
ansible/roles/kube_prometheus_stack/defaults/main
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ control_sslip: "{{ control_ip | regex_replace('\\.', '-') }}.sslip.io"
18
18
19
19
grafana_volume_size : 10Gi
20
20
21
- grafana_auth_anonymous : true
21
+ grafana_auth_anonymous : false
22
22
23
23
slack_integration :
24
24
channel : " #alerts"
@@ -57,16 +57,9 @@ prometheus_global:
57
57
evaluation_interval : 15s
58
58
59
59
prometheus_external_labels :
60
- environment : " {{ ansible_fqdn | default(ansible_host) | default(inventory_hostname) }}"
61
- # environment: "{{ control_sslip }}"
62
-
63
- prometheus_scrape_configs :
64
- - job_name : " slurm_exporter"
65
- scrape_interval : 30s
66
- scrape_timeout : 30s
67
- static_configs :
68
- - targets :
69
- - " {{ control_ip }}:{{ slurm_exporter_port }}"
60
+ environment : " {{ ansible_fqdn | default(inventory_hostname) | default(ansible_host) }}"
61
+
62
+ prometheus_scrape_configs : []
70
63
71
64
prometheus_extra_rules : []
72
65
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ grafana_datasources:
70
70
grafana_plugins :
71
71
- grafana-opensearch-datasource 2.8.1
72
72
73
- grafana_auth_anonymous : true # Enable anonymous View-only login - see implications: https://grafana.com/docs/grafana/latest/administration/security/#implications-of-enabling-anonymous-access-to-dashboards
73
+ grafana_auth_anonymous : false # Enable anonymous View-only login - see implications: https://grafana.com/docs/grafana/latest/administration/security/#implications-of-enabling-anonymous-access-to-dashboards
74
74
grafana_volume_size : 10Gi
75
75
_grafana_auth_anon_cfg :
76
76
anonymous :
You can’t perform that action at this time.
0 commit comments