We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f72fd commit 66ac57cCopy full SHA for 66ac57c
group_vars/prometheus.yml
@@ -6,3 +6,7 @@ openondemand_address: "{{ hostvars[groups['openondemand'].0].api_address if 'ope
6
# Override group_var set in ansible-slurm-appliance all group - unless
7
# OOD is being deployed then there won't be an OOD group
8
prometheus_scrape_configs: "{{ prometheus_scrape_configs_default + (openondemand_scrape_configs if ( 'openondemand' in groups ) else [] ) }}"
9
+
10
+# Modify to account for the fact we are running outside of the expected environment system
11
+prometheus_alert_rules_files:
12
+- "{{ playbook_dir }}/../environments/common/files/prometheus/rules/*.rules"
0 commit comments