Skip to content

Commit

Permalink
Issue #0000 feat: updated the flink secor process alert rules (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaali09 authored Jul 9, 2020
1 parent 357a001 commit d770c1c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ spec:
annotations:
message: {{`'Number of running processes are: {{$value}}'`}}
summary: Secor process is not running
- alert: secor_process_not_running_critical
expr: namedprocess_namegroup_states{groupname="processingsecor",state="Sleeping"} != {{ .Values.processingsecor_job_count }}
for: 1m
labels:
severity: critical
annotations:
message: {{`'Number of running processes are: {{$value}}'`}}
summary: Secor process is not running
- alert: zookeeper_process_not_running_fatal
expr: namedprocess_namegroup_states{groupname="zookeeper",state="Sleeping"} < 1
for: 1m
Expand Down

0 comments on commit d770c1c

Please sign in to comment.