Files
nix-config/hosts/idols-aquamarine/monitoring/alert_rules
Ryan Yin ec208ab4d1 fix(monitoring): exclude shm from HostFilesystemDeviceError
node-exporter always reports device_error=1 for containerd sandbox shm
bind mounts (tmpfs), producing ~50 bogus critical alerts on the
kubevirt hosts. Verified against live metrics that no non-shm device
errors exist, so nothing real is filtered out.

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
2026-07-26 15:28:41 +08:00
..
2025-09-12 11:50:17 +08:00
2025-09-12 11:50:17 +08:00
2025-09-12 11:50:17 +08:00
2025-09-26 18:56:06 +08:00
2025-09-26 18:56:06 +08:00
2025-09-12 11:50:17 +08:00
2025-09-26 18:56:06 +08:00

Alert Rules

Alert rules are configurations that define conditions, scope, and actions for generating alerts from monitored signals, such as metrics, logs, or activity. When an alert rule's defined conditions are met for a specific resource within its scope, the system generates a triggered alert, which is the actual instance of the condition being met. These rules specify the data to monitor, the trigger threshold, and the resulting actions, like sending notifications to specific receivers or performing automated tasks.