mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Update Node table code. Add simple unit test
This commit is contained in:
		| @@ -6,18 +6,11 @@ | ||||
|     "user": "clustercockpit", | ||||
|     "group": "clustercockpit", | ||||
|     "validate": false, | ||||
|     "apiAllowedIPs": [ | ||||
|       "*" | ||||
|     ], | ||||
|     "apiAllowedIPs": ["*"], | ||||
|     "short-running-jobs-duration": 300, | ||||
|     "resampling": { | ||||
|       "trigger": 30, | ||||
|       "resolutions": [ | ||||
|         600, | ||||
|         300, | ||||
|         120, | ||||
|         60 | ||||
|       ] | ||||
|       "resolutions": [600, 300, 120, 60] | ||||
|     } | ||||
|   }, | ||||
|   "cron": { | ||||
| @@ -53,4 +46,5 @@ | ||||
|       } | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user