Loading deploy/rules/swarm_job.rules.yml +17 −1 Original line number Diff line number Diff line Loading @@ -8,3 +8,19 @@ groups: annotations: description: Error creating backup for '{{ $labels.label }}' database. summary: Error creating backup for '{{ $labels.label }}' database. - alert: certificate_renew_not_attemped expr: time() - certificates_valid_date_seconds{} > 604800 labels: severity: warning annotations: description: Error attemping to renew '{{ $labels.label }}' certificate. summary: Error attemping to renew '{{ $labels.label }}' certificate. - alert: certificate_not_renewed expr: time() - certificates_updated_date_seconds{} > 5788800 labels: severity: warning annotations: description: Error, '{{ $labels.label }}' certificate near expiry. summary: Error, '{{ $labels.label }}' certificate near expiry. No newline at end of file Loading
deploy/rules/swarm_job.rules.yml +17 −1 Original line number Diff line number Diff line Loading @@ -8,3 +8,19 @@ groups: annotations: description: Error creating backup for '{{ $labels.label }}' database. summary: Error creating backup for '{{ $labels.label }}' database. - alert: certificate_renew_not_attemped expr: time() - certificates_valid_date_seconds{} > 604800 labels: severity: warning annotations: description: Error attemping to renew '{{ $labels.label }}' certificate. summary: Error attemping to renew '{{ $labels.label }}' certificate. - alert: certificate_not_renewed expr: time() - certificates_updated_date_seconds{} > 5788800 labels: severity: warning annotations: description: Error, '{{ $labels.label }}' certificate near expiry. summary: Error, '{{ $labels.label }}' certificate near expiry. No newline at end of file