~xavpaice/charm-telegraf:add_disk_space_dashboard

Last commit made on 2021-03-18
Get this branch:
git clone -b add_disk_space_dashboard https://git.launchpad.net/~xavpaice/charm-telegraf
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
add_disk_space_dashboard
Repository:
lp:~xavpaice/charm-telegraf

Recent commits

9da83cb... by Xav Paice

Add a dashboard for disk space usage

Adds a dashboard for disk % and GB used.

26a1025... by Xav Paice

Disable base plugins for LXD containers

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

3c48ac4... by Xav Paice

For LXC, disable some plugins from telegraf_exec_metrics

7ada35f... by Xav Paice

Enable some basic network plugins for lxc

Updated README.md to document different behavior in containers.

Re-enabled network plugins for containers.

73a3b26... by Xav Paice

Disable base plugins for LXD containers

Since there's no value in statistics for mem, cpu etc., within LXD
containers, but there is value for the Telegraf subordinate so we can
relate to other items such as mysql, automatically disable the base
plugins that are not useful if the charm is running in an LXD container.

Closes-bug:#1919262

23262ff... by Benjamin Allot

Add pytest parametrization for install_method

Also remove reference to unittest

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

6fe4e5f... by Benjamin Allot

Blacken and lint

99afcf1... by Benjamin Allot

Add xdist to allow faster test execution

8932f79... by Benjamin Allot

Add parametrization for the install_method

Until all the tests are fixed, only the test_write_telegraf_file tests
is parametrized with both install_method.
Also, remove reference to unittests and convert to pure pytest.

60e464b... by Benjamin Allot

Add a way to customize args upon tox calls for unit tests