mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-11-10 09:47:26 +01:00
Add subclusters for metric thresholds.
This commit is contained in:
parent
4cc0de630f
commit
ec2b32d25c
@ -65,17 +65,30 @@
|
|||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
"peak": {
|
"subClusters": {
|
||||||
"type": "number"
|
"description": "Array of cluster hardware partition metric thresholds",
|
||||||
},
|
"type": "array",
|
||||||
"normal": {
|
"items": {
|
||||||
"type": "number"
|
"type": "object",
|
||||||
},
|
"properties":{
|
||||||
"caution": {
|
"name": {
|
||||||
"type": "number"
|
"description": "Hardware partition name",
|
||||||
},
|
"type": "string"
|
||||||
"alert": {
|
},
|
||||||
"type": "number"
|
"peak": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
"normal": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
"caution": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
"alert": {
|
||||||
|
"type": "number"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user