add cc-slurm-adapter examples

This commit is contained in:
Michael Panzlaff
2026-03-04 17:25:26 +01:00
parent 59aa0a09bb
commit 238b49bc21
5 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"ccRestUrl": "https://monitoring.nhr.fau.de",
"ccRestJwt": "XYZ",
"lastRunPath": "/home.local/hpcop/last_run",
"natsServer": "monitoring.nhr.fau.de",
"natsSubject": "woody",
"natsUser": "woody",
"natsPassword": "XYZ",
"slurmQueryMaxSpan": 86400,
"slurmPollInterval": 300
}