Files
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

61 lines
1.3 KiB
JSON

{
"schemaVersion": 1,
"id": "healthy-baseline",
"name": "Healthy baseline",
"description": "Stable host, containers, storage and services used as the default deterministic fixture.",
"initialState": {
"host": {
"status": "operational",
"cpuPercent": 18,
"memoryPercent": 42
},
"containers": {
"running": 70,
"stoppedIntentional": 1,
"unhealthy": 0
},
"storage": {
"arrayStatus": "operational",
"poolUtilizationPercent": 55,
"maxDiskTemperatureC": 38
},
"services": {
"up": 25,
"down": 0
},
"sources": {
"prometheus": "healthy",
"unraid": "healthy",
"agent": "healthy"
}
},
"timeline": [
{
"atSeconds": 0,
"action": "set-metric",
"payload": {
"metric": "host.cpu.utilization",
"value": 18
}
},
{
"atSeconds": 0,
"action": "set-metric",
"payload": {
"metric": "host.memory.utilization",
"value": 42
}
}
],
"expectedOutcomes": [
{
"bySeconds": 10,
"assertion": "Global status is operational and contains no active problem reason."
},
{
"bySeconds": 10,
"assertion": "All required datasource freshness indicators are fresh."
}
]
}