Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
817ceaf5
Commit
817ceaf5
authored
Mar 02, 2016
by
Paschalis Korosoglou
Browse files
ARGO-365 New configuration templates for consumer and connectors
parent
0ba5c9ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/consumer/templates/consumer.conf.j2
View file @
817ceaf5
[General]
LogName = argo-{{ item.key | lower }}-consumer
LogFaultyTimestamps = True
WritePlaintext = False
LogMsgOutAllowedTime = True
LogWrongFormat = True
ReportWritMsgEveryHours = 24
AvroSchema = /etc/argo-{{ item.key | lower }}-consumer/metric_data.avsc
...
...
@@ -18,6 +20,10 @@ Server{{ loop.index }} = {{ broker }}:6163
{% endfor %}
{% endif %}
[MsgRetention]
PastDaysOk = 1
FutureDaysOk = 1
[Authentication]
HostKey = /etc/grid-security/hostkey.pem
HostCert = /etc/grid-security/hostcert.pem
...
...
@@ -30,7 +36,6 @@ ReconnectAttempts = 10
UseSSL = False
[Output]
WritePlaintext = False
Directory = /var/lib/argo-{{ item.key | lower }}-consumer
Filename = argo-consumer_log_%s.avro
ErrorFilename = argo-consumer_error_log_%s.avro
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment