prometheus-example-queries icon indicating copy to clipboard operation
prometheus-example-queries copied to clipboard

Simple Alert on High Memory Load

Open xluffy opened this issue 7 years ago • 1 comments

I don't understand why must calculator a complex expression for triggering a high load memory alert. node_exporter is supported node_memory_MemAvailable for checking available memory. Just use

IF (node_memory_MemTotal - node_memory_MemAvailable) / node_memory_MemTotal * 100 > 85

Any reason to use old expression?

xluffy avatar Mar 07 '18 10:03 xluffy

Hi @xluffy thanks for the suggestion. Do you want to open a PR with the changes

saied-nawaz avatar Aug 09 '21 14:08 saied-nawaz