mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-17 10:25:56 +02:00
* 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"
|
|
}
|
|
}
|