fix(agent99): reduce SSH performance probe churn
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
This commit is contained in:
@@ -222,13 +222,23 @@
|
||||
"performance": {
|
||||
"enabled": true,
|
||||
"intervalMinutes": 1,
|
||||
"nodeExporterTimeoutSeconds": 8,
|
||||
"nodeExporterUrls": {
|
||||
"192.168.0.110": "http://192.168.0.110:9100/metrics",
|
||||
"192.168.0.112": "http://192.168.0.112:9100/metrics",
|
||||
"192.168.0.188": "http://192.168.0.188:9100/metrics"
|
||||
},
|
||||
"loadPerCoreWarning": 0.9,
|
||||
"loadPerCoreCritical": 1.5,
|
||||
"memoryAvailablePercentCritical": 10,
|
||||
"kernelPercpuMemoryPercentWarning": 10,
|
||||
"kernelPercpuMemoryPercentCritical": 20,
|
||||
"kernelSUnreclaimMemoryPercentCritical": 25,
|
||||
"diskUsedPercentWarning": 90,
|
||||
"diskUsedPercentCritical": 95,
|
||||
"captureTopCpuOnWarning": true,
|
||||
"topCpuTimeoutSeconds": 10,
|
||||
"topCpuDiagnosticCooldownMinutes": 15,
|
||||
"loadShedding": {
|
||||
"enabled": true,
|
||||
"actions": []
|
||||
|
||||
Reference in New Issue
Block a user