Unverified Commit cb2e1af5 authored by Rani Mounika Kotakadi's avatar Rani Mounika Kotakadi Committed by GitHub
Browse files

Alert name modifications

Showing with 2 additions and 2 deletions
+2 -2
...@@ -81,7 +81,7 @@ groups: ...@@ -81,7 +81,7 @@ groups:
annotations: annotations:
description: 'Number of running processes are: {% raw %}{{$value}}{% endraw %}' description: 'Number of running processes are: {% raw %}{{$value}}{% endraw %}'
summary: Elasticsearch process is not running_CRITICAL summary: Elasticsearch process is not running_CRITICAL
- alert: logstash_process_not_running - alert: logstash_process_not_running_CRITICAL
expr: namedprocess_namegroup_states{groupname="logstash",state="Sleeping"} < 1 expr: namedprocess_namegroup_states{groupname="logstash",state="Sleeping"} < 1
for: 1m for: 1m
labels: labels:
...@@ -170,7 +170,7 @@ groups: ...@@ -170,7 +170,7 @@ groups:
description: 'Number of running processes are: {% raw %}{{$value}}{% endraw %}' description: 'Number of running processes are: {% raw %}{{$value}}{% endraw %}'
summary: influxdb process is not running summary: influxdb process is not running
- alert: druid_health_status - alert: druid_health_status_FATAL
expr: http_druid_health_check_status < 99 expr: http_druid_health_check_status < 99
for: 1m for: 1m
labels: labels:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment