Rules

nodes

9.675s ago

9.376ms

Rule State Error Last Evaluation Evaluation Time
alert: Warning_Cpu_Load expr: 100 - (avg by(instance) (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) > 80 for: 10m labels: severity: warning annotations: description: |- CPU load is > 80% VALUE = {{ $value }} LABELS: {{ $labels }} summary: High CPU load (instance {{ $labels.instance }}) ok 9.676s ago 2.899ms
alert: High_Cpu_Load expr: 100 - (avg by(instance) (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) > 95 for: 5m labels: severity: critical annotations: description: |- CPU load is >95% VALUE = {{ $value }} LABELS: {{ $labels }} summary: High CPU load (instance {{ $labels.instance }}) ok 9.673s ago 2.163ms
alert: High_Memory_Load expr: ((node_memory_MemTotal_bytes) - (node_memory_MemFree_bytes + node_memory_Buffers_bytes + node_memory_Cached_bytes)) / (node_memory_MemTotal_bytes) * 100 > 95 for: 5m labels: severity: warning annotations: description: Server usage is {{ humanize $value}}%. Reported by instance {{ $labels.instance }} of job {{ $labels.job }}. summary: Server memory is almost full (instance {{ $labels.instance }}) ok 9.671s ago 1.801ms
alert: High_Storage_Load expr: (node_filesystem_size_bytes{fstype!~"rootfs|selinuxfs|autofs|rpc_pipefs|tmpfs",mountpoint!~"/boot"} - node_filesystem_avail_bytes{fstype!~"rootfs|selinuxfs|autofs|rpc_pipefs|tmpfs",mountpoint!~"/boot"}) / node_filesystem_size_bytes{fstype!~"rootfs|selinuxfs|autofs|rpc_pipefs|tmpfs",mountpoint!~"/boot"} * 100 > 95 for: 5m labels: severity: warning annotations: description: Server storage usage is {{ humanize $value}}%. Reported by instance {{ $labels.instance }} of job {{ $labels.job }}. summary: Server storage is almost full ok 9.669s ago 1.775ms
alert: Swap_Is_Filling_Up expr: (1 - (node_memory_SwapFree_bytes / node_memory_SwapTotal_bytes)) * 100 > 90 for: 5m labels: severity: warning annotations: description: |- Swap is filling up (>80%) VALUE = {{ $value }} LABELS: {{ $labels }} summary: Swap is filling up (instance {{ $labels.instance }}) ok 9.668s ago 718.9us