mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 10:45:06 +01:00 
			
		
		
		
	Fixing JSON in README
This commit is contained in:
		@@ -34,12 +34,12 @@ Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-spe
 | 
				
			|||||||
        "topprocs",
 | 
					        "topprocs",
 | 
				
			||||||
        "cpustat",
 | 
					        "cpustat",
 | 
				
			||||||
        "nvidia"
 | 
					        "nvidia"
 | 
				
			||||||
    ]
 | 
					    ],
 | 
				
			||||||
    "receiver": {
 | 
					    "receiver": {
 | 
				
			||||||
        "type": "none"
 | 
					        "type": "none",
 | 
				
			||||||
        "address": "127.0.0.1",
 | 
					        "address": "127.0.0.1",
 | 
				
			||||||
        "port": "4222",
 | 
					        "port": "4222",
 | 
				
			||||||
        "database": "testdb",
 | 
					        "database": "testdb"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user