charm-telegraf:bug/1896467

Last commit made on 2020-09-23
Get this branch:
git clone -b bug/1896467 https://git.launchpad.net/charm-telegraf
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
bug/1896467
Repository:
lp:charm-telegraf

Recent commits

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

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>

f7faae9... by Laurent Sesquès

@when telegraf.installed: replace single quotes with double quotes

a38b182... by Laurent Sesquès

Merge branch 'plugins-when-telegraf-installed' of git+ssh://git.launchpad.net/~sajoupa/charm-telegraf into plugins-when-telegraf-installed

1a18488... by Laurent Sesquès

wait for telegraf to be installed before configuring plugins

efd9413... by Jose Guedez

Remove layer ntpmon

Reviewed-on: https://code.launchpad.net/~jfguedez/charm-telegraf/+git/charm-telegraf/+merge/389767
Reviewed-by: Jeremy Lounder <email address hidden>
Reviewed-by: Edin S <email address hidden>

c91d701... by Jose Guedez

Remove layer ntpmon

This is not actually being used by the charm
The ntp charm already provides monitoring via ntpmon

Fixes: LP1874245

9bdf73a... by Jose Guedez

OVS dump flows metric: query the list of bridges

Reviewed-on: https://code.launchpad.net/~jfguedez/charm-telegraf/+git/charm-telegraf/+merge/389583
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Edin S <email address hidden>