Skip to content

Commit

Permalink
Merge pull request #1006 from raghupathiguduri/sunbird-monitoring-rel…
Browse files Browse the repository at this point in the history
…ease-secor-fix-rc3

Secor process number update
  • Loading branch information
G33tha authored Dec 12, 2019
2 parents 45955d7 + 02af9ef commit 940e6f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ groups:
description: 'Number of running processes are: {% raw %}{{$value}}{% endraw %}'
summary: More than one process running
- alert: secor_process_not_running_CRITICAL
expr: namedprocess_namegroup_states{groupname="secor",state="Sleeping"} != 9
expr: namedprocess_namegroup_states{groupname="secor",state="Sleeping"} != 13
for: 1m
labels:
severity: CRITICAL
Expand Down

0 comments on commit 940e6f5

Please sign in to comment.