mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
Update config for v1.5.0
This commit is contained in:
@@ -178,9 +178,9 @@
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 6,
|
||||
"normal": 4,
|
||||
"caution": 2,
|
||||
"peak": 50000,
|
||||
"normal": 10000,
|
||||
"caution": 10,
|
||||
"alert": 1
|
||||
},
|
||||
{
|
||||
@@ -192,9 +192,9 @@
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 6,
|
||||
"normal": 4,
|
||||
"caution": 2,
|
||||
"peak": 50000,
|
||||
"normal": 10000,
|
||||
"caution": 10,
|
||||
"alert": 1
|
||||
},
|
||||
{
|
||||
@@ -206,10 +206,10 @@
|
||||
"scope": "node",
|
||||
"aggregation": "sum",
|
||||
"timestep": 60,
|
||||
"peak": 6,
|
||||
"normal": 4,
|
||||
"caution": 2,
|
||||
"alert": 1
|
||||
"peak": 50000,
|
||||
"normal": 10000,
|
||||
"caution": 20,
|
||||
"alert": 5
|
||||
}
|
||||
],
|
||||
"subClusters": [
|
||||
|
||||
Reference in New Issue
Block a user