Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
1eeed091
Commit
1eeed091
authored
Mar 11, 2016
by
Pavlos Daoglou
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #55 from pkoro/argo-365
ARGO-365 New configuration templates for consumer and connectors
parents
0ba5c9ca
817ceaf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
roles/consumer/templates/consumer.conf.j2
roles/consumer/templates/consumer.conf.j2
+7
-2
No files found.
roles/consumer/templates/consumer.conf.j2
View file @
1eeed091
[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