Merge "[collectd] Fix CollectdAmqpSendQueueLimit references"

This commit is contained in:
Zuul 2021-04-06 00:43:10 +00:00 committed by Gerrit Code Review
commit 870dc4e519
3 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ parameter_defaults:
telemetry: telemetry:
format: JSON format: JSON
presettle: false presettle: false
CollectdAmqpQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
LoggingServers: LoggingServers:
- host: 127.0.0.1 - host: 127.0.0.1
port: 24224 port: 24224

View File

@ -15,7 +15,7 @@ parameter_defaults:
CollectdConnectionType: amqp1 CollectdConnectionType: amqp1
CollectdAmqpInterval: 5 CollectdAmqpInterval: 5
CollectdDefaultPollingInterval: 5 CollectdDefaultPollingInterval: 5
CollectdAmqpQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
CollectdAmqpInstances: CollectdAmqpInstances:
notify: notify:

View File

@ -6,7 +6,7 @@ resource_registry:
parameter_defaults: parameter_defaults:
CollectdConnectionType: amqp1 CollectdConnectionType: amqp1
CollectdAmqpQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
CollectdAmqpInstances: CollectdAmqpInstances:
notify: notify:
notify: true notify: true