mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 09:37:25 +01:00
29 lines
1.3 KiB
JSON
29 lines
1.3 KiB
JSON
{
|
|
"metrics": {
|
|
"clock": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"cpi": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"cpu_load": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"flops_any": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"flops_dp": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"flops_sp": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"ib_bw": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"lustre_bw": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"mem_bw": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"mem_used": { "frequency": 60, "aggregation": null, "scope": "node" },
|
|
"rapl_power": { "frequency": 60, "aggregation": null, "scope": "node" }
|
|
},
|
|
"checkpoints": {
|
|
"interval": 100000000000,
|
|
"directory": "/data/checkpoints",
|
|
"restore": 100000000000
|
|
},
|
|
"archive": {
|
|
"interval": 100000000000,
|
|
"directory": "/data/archive"
|
|
},
|
|
"retention-in-memory": 100000000000,
|
|
"http-api-address": "0.0.0.0:8081",
|
|
"nats": "nats://cc-nats:4222",
|
|
"jwt-public-key": "kzfYrYy+TzpanWZHJ5qSdMj5uKUWgq74BWhQG6copP0="
|
|
}
|