mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"ccRestUrl": "https://monitoring.nhr.fau.de",
|
|
"ccRestJwt": "XYZ",
|
|
"lastRunPath": "/home.local/hpcop/last_run",
|
|
"natsServer": "monitoring.nhr.fau.de",
|
|
"natsSubject": "fritz",
|
|
"natsUser": "fritz",
|
|
"natsPassword": "XYZ",
|
|
"slurmPollInterval": 300,
|
|
"ignoreHosts": "^fviz1$",
|
|
"gpuPciAddrs": {
|
|
"fviz1" : [
|
|
"00000000:CE:00.0",
|
|
"00000000:CF:00.0",
|
|
"00000000:D0:00.0",
|
|
"00000000:D1:00.0"
|
|
]
|
|
}
|
|
}
|