mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
25 lines
662 B
JSON
25 lines
662 B
JSON
{
|
|
"ccRestUrl": "https://monitoring.nhr.fau.de",
|
|
"ccRestJwt": "XYZ",
|
|
"lastRunPath": "/home.local/hpcop/last_run",
|
|
"natsServer": "monitoring.nhr.fau.de",
|
|
"natsSubject": "helma",
|
|
"natsUser": "helma-slurm-adapter",
|
|
"natsPassword": "XYZ",
|
|
"slurmPollInterval": 300,
|
|
"gpuPciAddrs": {
|
|
"h1[1-4]-[0-9][0-9]" : [
|
|
"00000000:06:00.0",
|
|
"00000000:26:00.0",
|
|
"00000000:A6:00.0",
|
|
"00000000:C6:00.0"
|
|
],
|
|
"h2[0-9]-[0-9][0-9]" : [
|
|
"00000000:06:00.0",
|
|
"00000000:26:00.0",
|
|
"00000000:A6:00.0",
|
|
"00000000:C6:00.0"
|
|
]
|
|
}
|
|
}
|