14 lines
359 B
Smarty
14 lines
359 B
Smarty
|
{{/* vim: set filetype=mustache: */}}
|
||
|
|
||
|
{{/* annotations */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.prometheusRules.annotations" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.annotations" . }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{/* labels */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.prometheusRules.labels" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.labels" . }}
|
||
|
{{- end }}
|