Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Add default CriticalRAMLoad alert rules #63

Closed
rdemachkovych opened this issue Jan 16, 2018 · 2 comments
Closed

Add default CriticalRAMLoad alert rules #63

rdemachkovych opened this issue Jan 16, 2018 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rdemachkovych
Copy link
Member

rdemachkovych commented Jan 16, 2018

Add default CriticalRAMLoad alert rules

@paulfantom paulfantom added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 16, 2018
@paulfantom
Copy link
Member

It wasn't removed. We are still shipping this alert by default:

- alert: CriticalRAMUsage
expr: '(1 - ((node_memory_MemFree + node_memory_Buffers + node_memory_Cached) / node_memory_MemTotal)) * 100 > 98'
for: 5m
labels:
severity: critical
annotations:
description: "{% raw %}{{ $labels.instance }} has Critical Memory Usage more than 5 minutes.{% endraw %}"
summary: "{% raw %}Instance {{ $labels.instance }} has Critical Memory Usage{% endraw %}"

@lock
Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants