mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
ea5b3bdbd6
* Use common configuration format of 'receiver_name' -> 'receiver_config' * Adjust receiver configuration files
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"natsrecv" : {
|
|
"type": "nats",
|
|
"address": "nats://my-url",
|
|
"port" : "4222",
|
|
"database": "testcluster"
|
|
}
|
|
}
|