mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 12:41:39 +02:00
41 lines
903 B
JSON
41 lines
903 B
JSON
{
|
|
"main": {
|
|
"addr": "0.0.0.0:443",
|
|
"https-cert-file": "/etc/letsencrypt/live/url/fullchain.pem",
|
|
"https-key-file": "/etc/letsencrypt/live/url/privkey.pem",
|
|
"user": "clustercockpit",
|
|
"group": "clustercockpit",
|
|
"validate": false,
|
|
"apiAllowedIPs": ["*"],
|
|
"short-running-jobs-duration": 300,
|
|
"resampling": {
|
|
"trigger": 30,
|
|
"resolutions": [600, 300, 120, 60]
|
|
}
|
|
},
|
|
"clusters": [
|
|
{
|
|
"name": "test",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "eyJhbGciOiJF-E-pQBQ"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 64
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 86400
|
|
},
|
|
"startTime": {
|
|
"from": "2022-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|