fix(agent99): stop Host112 verifier churn

This commit is contained in:
ogt
2026-07-15 15:21:24 +08:00
parent 27dd3da6cc
commit b9ee3c5cbb
19 changed files with 1592 additions and 19 deletions

View File

@@ -73,6 +73,7 @@
"packetBursts": 5,
"verifyTimeoutSeconds": 180,
"verifyIntervalSeconds": 5,
"failureBackoffMinutes": 30,
"verifyTcpPorts": [
22
],
@@ -230,6 +231,8 @@
},
"loadPerCoreWarning": 0.9,
"loadPerCoreCritical": 1.5,
"processCpuHostPercentWarning": 25,
"processCpuHostPercentCritical": 50,
"memoryAvailablePercentCritical": 10,
"kernelPercpuMemoryPercentWarning": 10,
"kernelPercpuMemoryPercentCritical": 20,