Skip to content

Simple Alert on High Memory Load #2

@xluffy

Description

@xluffy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions