File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1818 ] ;
1919 } ;
2020
21+ ci-world-nomad-follower = {
22+ datasource = "loki" ;
23+ rules = [
24+ {
25+ alert = "NomadFollowerACLTokenNotFound" ;
26+ expr = ''sum(rate({syslog_identifier="nomad-follower"}[5m] |= `ACL token not found`)) by (host) > 0'' ;
27+ for = "1m" ;
28+ labels . severity = "critical" ;
29+ annotations = {
30+ description = ''
31+ Detected nomad-follower ACL issue on {{ $labels.host }}
32+ This may be due to a vault-agent issue and can usually be resolved
33+ by restarting both services.
34+ Without proper ACL, nomad-follower cannot send logs from Nomad jobs
35+ to Loki, and Cicero will not be able to display logs for actions.
36+ '' ;
37+ summary = "nomad-follower ACL issue on {{ $labels.host }}" ;
38+ } ;
39+ }
40+ ] ;
41+ } ;
42+
2143 # inherit (inputs.bitte-cells.bitte.alerts)
2244 # ;
2345}
Original file line number Diff line number Diff line change 205205 inherit
206206 ( cell . alerts )
207207 ci-world-spongix
208+ ci-world-nomad-follower
208209 # Upstream alerts which may have downstream deps can be imported here
209210
210211 ;
You can’t perform that action at this time.
0 commit comments