charm-telegraf:stable/21.04

Last commit made on 2021-04-09
Get this branch:
git clone -b stable/21.04 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:
stable/21.04
Repository:
lp:charm-telegraf

Recent commits

dec0633... by Xav Paice

Correct alert rule template names

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/397050
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Joe Guo <email address hidden>

56eb649... by Xav Paice

Change disabled_plugins to sorted list if lxc

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/400854
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Xiyue Wang <email address hidden>

33b59c6... by Xav Paice

Change disabled_plugins to sorted list if lxc

Recent change to disable certain plugins if the unit is an LXC container
introduced a bug where data appears to be changed every update-status.
This sorts the list of disabled plugins so that the data is more
consistent between hook executions.

cd6438f... by Laurent Sesquès

make sudoers files templates, taking into account install_method

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/399441
Reviewed-by: Barry Price <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>

4d2c141... by Laurent Sesquès

tags: avoid conflicts if we set juju_*, with priority to the custom set ones

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

ad83786... by Laurent Sesquès

merge branch master, and manually resolve a conflict

86e4ac2... by Xav Paice

add dashboard digest to dashboard request

Adds a digest key to the dashboard dict, so that the Grafana charm can detect when the dashboard has been updated.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/400008
Reviewed-by: James Troup <email address hidden>

10bb6ee... by Xav Paice

unit test fix for hashlib on dashboard request

62961fe... by Xav Paice

Fix lint error

578dd42... by Xav Paice

add dashboard digest to dashboard request