Skip to content

Commit

Permalink
Merge pull request #65 from infrawatch/csibbitt-794-fix-collect-times…
Browse files Browse the repository at this point in the history
…tamp-propagation

Fixed collectd timestamp propagation
  • Loading branch information
csibbitt authored Aug 20, 2020
2 parents c39c18f + 53ea54e commit 4d537c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/smartgateway/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ size: 1
state: present
prometheus_scrape_interval: 1s
use_basic_auth: false
use_timestamp: true
tls_secret_name: elasticsearch-es-cert
3 changes: 3 additions & 0 deletions roles/smartgateway/templates/deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
- name: smart-gateway
image: '{{ metrics_container_image_path }}'
args:
{% if use_timestamp %}
- -usetimestamp
{% endif %}
- -promhost
- 0.0.0.0
- unix
Expand Down

0 comments on commit 4d537c3

Please sign in to comment.