Skip to content

Commit 9eb392c

Browse files
committed
create ClarkEndpointNotLoaded alert
1 parent 056ca30 commit 9eb392c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

prometheus/alert_rules.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ groups:
1515
summary: Container "{{ $labels.name }}" not running
1616
description: container "{{ $labels.name }}" has not been seen by cAdvisor for
1717
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.
1828
- alert: SshTunnelDown
1929
expr: time() - last_health_check_request > 600
2030
for: 1m

0 commit comments

Comments
 (0)