Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neutrinet
infra-ansible
Commits
434ac008
Commit
434ac008
authored
May 14, 2022
by
HgO
Browse files
Merge branch '169-alertes-pour-les-certificats-se-declenchent-trop-tot' into 'main'
Resolve "Alertes pour les certificats se déclenchent trop tôt" Closes
#169
See merge request
!192
parents
f3d30436
2d46901c
Pipeline
#817
passed with stage
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/alertmanager/templates/rules/base.rules.j2
View file @
434ac008
...
...
@@ -85,7 +85,7 @@ groups:
rules:
- alert: Certificate Expires Next Month
for: 5m
expr: x509_cert_expiry{organization=""} / 86400 < 30
expr:
round(
x509_cert_expiry{organization=""} / 86400
)
< 30
labels:
severity: critical
frequency: daily
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment