fix(monitoring): fix production monitoring startup, alertmanager configuration, prometheus alert syntax, and mcp healthcheck
This commit is contained in:
@@ -37,7 +37,7 @@ groups:
|
||||
severity: warning
|
||||
annotations:
|
||||
summary: "⚠️ Disk space below 15%"
|
||||
description: "Only {{ humanizePercentage (div (node_filesystem_avail_bytes{mountpoint='/'}) (node_filesystem_size_bytes{mountpoint='/'})) }} disk space remaining."
|
||||
description: "Only {{ $value | humanizePercentage }} disk space remaining."
|
||||
|
||||
- alert: DiskSpaceCritical
|
||||
expr: (node_filesystem_avail_bytes{mountpoint="/"} / node_filesystem_size_bytes{mountpoint="/"}) < 0.05
|
||||
|
||||
Reference in New Issue
Block a user