mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-20 09:47:30 +01:00
Add nodestate retention in example config
This commit is contained in:
@@ -26,4 +26,4 @@
|
|||||||
"retention-in-memory": "48h",
|
"retention-in-memory": "48h",
|
||||||
"memory-cap": 100
|
"memory-cap": 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,11 @@
|
|||||||
"api-allowed-ips": ["*"],
|
"api-allowed-ips": ["*"],
|
||||||
"short-running-jobs-duration": 300,
|
"short-running-jobs-duration": 300,
|
||||||
"enable-job-taggers": true,
|
"enable-job-taggers": true,
|
||||||
|
"nodestate-retention": {
|
||||||
|
"policy": "move",
|
||||||
|
"target-kind": "file",
|
||||||
|
"target-path": "./var/nodestate-archive"
|
||||||
|
},
|
||||||
"resampling": {
|
"resampling": {
|
||||||
"minimum-points": 600,
|
"minimum-points": 600,
|
||||||
"trigger": 180,
|
"trigger": 180,
|
||||||
@@ -92,4 +97,3 @@
|
|||||||
},
|
},
|
||||||
"ui-file": "ui-config.json"
|
"ui-file": "ui-config.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user