Publish ITWorx Pulse source
Public source validation / validate (push) Failing after 3m8s

This commit is contained in:
ITWorx Pulse release export
2026-09-03 02:09:19 +02:00
commit bd774932d5
614 changed files with 77116 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"schemaVersion": 1,
"id": "array-degraded",
"name": "Array degraded fixture",
"description": "Read-only captured/simulated array membership fault.",
"initialState": {
"array": {
"status": "operational",
"missingDisks": 0
}
},
"timeline": [
{
"atSeconds": 30,
"action": "set-entity-status",
"payload": {
"entity": "fixture-array",
"status": "critical",
"facts": {
"missingDisks": 1,
"emulatedDisk": "disk3"
}
}
}
],
"expectedOutcomes": [
{
"bySeconds": 60,
"assertion": "Array and global status become critical with the missing/emulated disk reason."
},
{
"bySeconds": 60,
"assertion": "No repair/start/stop/correct action is offered."
}
]
}