Skip to content

Commit

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

Sunbird monitoring release secor fix
  • Loading branch information
Kaali09 authored Dec 18, 2019
2 parents d1cfbdd + 940e6f5 commit 12c1048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 12c1048

Please sign in to comment.