Fixing JSON in README

This commit is contained in:
Thomas Roehl 2021-05-18 15:55:34 +02:00
parent f3697b9991
commit b7789cc723

View File

@ -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"
} }
} }
``` ```