| 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
|
|
14.593s ago
|
3.98ms |
| 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
|
|
14.589s ago
|
4.004ms |
| 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
|
|
14.585s ago
|
2.685ms |
| 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
|
|
14.583s ago
|
2.395ms |
| 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
|
|
14.58s ago
|
1.001ms |