~jneo8/charm-telegraf:stable/20.10

Last commit made on 2020-10-13
Get this branch:
git clone -b stable/20.10 https://git.launchpad.net/~jneo8/charm-telegraf
Only JamesLin can upload to this branch. If you are JamesLin please log in for upload directions.

Branch merges

Branch information

Name:
stable/20.10
Repository:
lp:~jneo8/charm-telegraf

Recent commits

42c814b... by Facundo Ciccioli

Write config files containing credentials as telegraf-only readable

Reviewed-on: https://code.launchpad.net/~llama-charmers/charm-telegraf/+git/charm-telegraf/+merge/391124
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Adam Dyess <email address hidden>

7ab8597... by Laurent Sesquès

config.yaml: use '>' for wrappable text instead of '|' for preserving whitespace

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/388640
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

32c00bb... by Paul Goins

Changed license to Apache 2.

Reviewed-on: https://code.launchpad.net/~vultaire/charm-telegraf/+git/charm-telegraf/+merge/389308
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Tom Haddon <email address hidden>
Reviewed-by: Giuseppe Petralia <email address hidden>

4ef6c03... by Laurent Sesquès

add the internal input plugin to base inputs, with memstats collection. Fixes lp:1895661.

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/391131
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Junien Fridrick <email address hidden>
Reviewed-by: Benjamin Allot <email address hidden>

9ccd1a8... by Facundo Ciccioli

Files in /etc are usually owned by root; use a group to allow telegraf to access them

Allow root to edit the files to ease troubleshooting.

d8f8038... by Facundo Ciccioli

Factor out writing a telegraf-only readable file

d149612... by Laurent Sesquès

inputs.internal: make collect_memstats non-optional

1babe61... by Laurent Sesquès

add the internal input plugin to base inputs, and optionally collect telegraf memory stats. Fixes lp:1895661.

e52205b... by Facundo Ciccioli

Write config files containing credentials as telegraf-only readable

Telegraf service runs as telegraf user, so root-only readable is not an
option. telegraf user is created with login disabled so still sudo
access is required to read those files.

ee1a92f... by Laurent Sesquès

wait for telegraf to be installed before configuring plugins

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/388652
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Tom Haddon <email address hidden>