We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056ca30 commit 9eb392cCopy full SHA for 9eb392c
1 file changed
prometheus/alert_rules.yml
@@ -15,6 +15,16 @@ groups:
15
summary: Container "{{ $labels.name }}" not running
16
description: container "{{ $labels.name }}" has not been seen by cAdvisor for
17
more than {{ $value | printf "%.0f" }} seconds
18
+ - alert: ClarkEndpointNotLoaded
19
+ expr: |
20
+ error_loading_express_route == 1
21
+ for: 1m
22
+ labels:
23
+ severity: critical
24
+ annotations:
25
+ summary: Clark endpoint "{{ $labels.endpointName }}" did not load on server startup
26
+ description: The route "{{ $labels.endpointName }}" is signaling that it did not load.
27
+ Please connect to clark VM and check docker logs.
28
- alert: SshTunnelDown
29
expr: time() - last_health_check_request > 600
30
for: 1m
0 commit comments