Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
06001779
Unverified
Commit
06001779
authored
5 years ago
by
Rani Mounika Kotakadi
Committed by
GitHub
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Updated alert names
parent
af33ef53
sunbird-monitoring-release-3.5.0_RC1
sunbird-monitoring-release-3.3.0_RC1
sunbird-monitoring-release-2.6.0
sunbird-monitoring-release-2.6.0_RC6
sunbird-monitoring-release-2.6.0_RC5
sunbird-monitoring-release-2.6.0_RC4
sunbird-monitoring-release-2.6.0_RC3
sunbird-monitoring-release-2.6.0_RC2
sunbird-monitoring-release-2.6.0_RC1
sunbird-monitoring-release-2.5.0_484f884
sunbird-monitoring-release-2.5.0
sunbird-monitoring-release-2.5.0_RC3
sunbird-monitoring-release-2.5.0_RC2
sunbird-monitoring-release-2.5.0_RC1
sunbird-monitoring-release-2.3.0_9009005
sunbird-monitoring-release-2.3.0_RC4
sunbird-monitoring-release-2.3.0_RC3
sunbird-monitoring-release-2.3.0_RC2
secor-lag
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-monitor-stateful/templates/alertrules.es.yml
+4
-4
.../roles/stack-monitor-stateful/templates/alertrules.es.yml
with
4 additions
and
4 deletions
+4
-4
ansible/roles/stack-monitor-stateful/templates/alertrules.es.yml
+
4
−
4
View file @
06001779
...
...
@@ -30,7 +30,7 @@ groups:
description
:
Elasticsearch Free space on Disk {% raw %}{{$value}}{% endraw %} .
summary
:
Elasticsearch has less free disk space {% raw %}{{$value}}{% endraw %} .
-
alert
:
elasticsearch_too_few_nodes_running
-
alert
:
elasticsearch_too_few_nodes_running
_CRITICAL
expr
:
elasticsearch_cluster_health_number_of_nodes{job="elasticsearch-exporter"} < {{ groups['es'] | length }}
for
:
1m
labels
:
...
...
@@ -40,7 +40,7 @@ groups:
summary
:
ElasticSearch running on less than {{ groups['es'] | length }} nodes
{
%
if groups
[
'
log-es'
]
is defined %
}
-
alert
:
elasticsearch_too_few_nodes_running
-
alert
:
elasticsearch_too_few_nodes_running
_CRITICAL
expr
:
elasticsearch_cluster_health_number_of_nodes{job="log-elasticsearch-exporter"} < {{ groups['log-es'] | length }}
for
:
1m
labels
:
...
...
@@ -49,7 +49,7 @@ groups:
description
:
There are only {% raw %}{{$value}}{% endraw %} < {{ groups['log-es'] | length }} ElasticSearch nodes running
summary
:
ElasticSearch running on less than {{ groups['log-es'] | length }} nodes
{
%
endif %
}
-
alert
:
elasticsearch_heap_too_high
-
alert
:
elasticsearch_heap_too_high
_CRITICAL
expr
:
elasticsearch_jvm_memory_used_bytes{area="heap"} / elasticsearch_jvm_memory_max_bytes{area="heap"} >
0.9
for
:
1m
labels
:
...
...
@@ -57,7 +57,7 @@ groups:
annotations
:
description
:
The heap usage is over 90% for 15m
summary
:
ElasticSearch node {% raw %}{{$labels.node}}{% endraw %} heap usage is high
-
alert
:
elasticsearch_snapshot_is_too_old
-
alert
:
elasticsearch_snapshot_is_too_old
_CRITICAL
expr
:
time() - elasticsearch_snapshots_latest_successful_snapshot_timestamp{job="elasticsearch-snapshots-exporter"} / 1000 > {{ expected_elasticsearch_snapshot_interval_in_minutes|int * 60 }}
for
:
1m
labels
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets