mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			92 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "main": {
 | |
|     "addr": "127.0.0.1:8080",
 | |
|     "short-running-jobs-duration": 300,
 | |
|     "resampling": {
 | |
|       "trigger": 30,
 | |
|       "resolutions": [
 | |
|         600,
 | |
|         300,
 | |
|         120,
 | |
|         60
 | |
|       ]
 | |
|     },
 | |
|     "apiAllowedIPs": [
 | |
|       "*"
 | |
|     ],
 | |
|     "emission-constant": 317
 | |
|   },
 | |
|   "cron": {
 | |
|     "commit-job-worker": "2m",
 | |
|     "duration-worker": "5m",
 | |
|     "footprint-worker": "10m"
 | |
|   },
 | |
|   "archive": {
 | |
|     "kind": "file",
 | |
|     "path": "./var/job-archive"
 | |
|   },
 | |
|   "auth": {
 | |
|     "jwts": {
 | |
|       "max-age": "2000h"
 | |
|     }
 | |
|   },
 | |
|   "clusters": [
 | |
|     {
 | |
|       "name": "fritz",
 | |
|       "metricDataRepository": {
 | |
|         "kind": "cc-metric-store",
 | |
|         "url": "http://localhost:8082",
 | |
|         "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9"
 | |
|       },
 | |
|       "filterRanges": {
 | |
|         "numNodes": {
 | |
|           "from": 1,
 | |
|           "to": 64
 | |
|         },
 | |
|         "duration": {
 | |
|           "from": 0,
 | |
|           "to": 86400
 | |
|         },
 | |
|         "startTime": {
 | |
|           "from": "2022-01-01T00:00:00Z",
 | |
|           "to": null
 | |
|         }
 | |
|       }
 | |
|     },
 | |
|     {
 | |
|       "name": "alex",
 | |
|       "metricDataRepository": {
 | |
|         "kind": "cc-metric-store",
 | |
|         "url": "http://localhost:8082",
 | |
|         "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9"
 | |
|       },
 | |
|       "filterRanges": {
 | |
|         "numNodes": {
 | |
|           "from": 1,
 | |
|           "to": 64
 | |
|         },
 | |
|         "duration": {
 | |
|           "from": 0,
 | |
|           "to": 86400
 | |
|         },
 | |
|         "startTime": {
 | |
|           "from": "2022-01-01T00:00:00Z",
 | |
|           "to": null
 | |
|         }
 | |
|       }
 | |
|     }
 | |
|   ],
 | |
|   "metric-store": {
 | |
|     "checkpoints": {
 | |
|       "file-format": "avro",
 | |
|       "interval": "2h",
 | |
|       "directory": "./var/checkpoints",
 | |
|       "restore": "48h"
 | |
|     },
 | |
|     "archive": {
 | |
|       "interval": "2h",
 | |
|       "directory": "./var/archive"
 | |
|     },
 | |
|     "retention-in-memory": "48h"
 | |
|   }
 | |
| } |