commit
8989793ea1
2 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,6 @@
|
|||
{%- if alert.get('enabled', True) %}
|
||||
ALERT {{ alertname }}
|
||||
IF {{ alert.if }}
|
||||
{%- if alert.for is defined %}
|
||||
FOR {{ alert.for }}
|
||||
{%- endif %}
|
||||
{%- if alert.for is defined %}FOR {{ alert.for }}{%- endif %}
|
||||
{%- if alert.labels is defined %}
|
||||
LABELS {
|
||||
|
|
|
@ -10,4 +10,7 @@ include:
|
|||
{%- if pillar.prometheus.pushgateway is defined %}
|
||||
- prometheus.pushgateway
|
||||
{%- endif %}
|
||||
{%- if pillar.prometheus.collectd_exporter is defined %}
|
||||
- prometheus.collectd_exporter
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in a new issue