Commit Graph

8 Commits

Author SHA1 Message Date
Lars Kruse a7139bcaee Unify shebang for python scripts 2020-10-28 23:38:41 +01:00
Lars Kruse 17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
dipohl 6c3ce4e1e5 Category Tree: reduce number of categories 2017-02-22 16:22:46 +01:00
Felix Engelmann 3a48fa4eab added explaining comment for extra if
If no LXD disk information is present, the field is None instead of an
empty list. Iterating over it directly would fail.
2016-10-17 09:57:02 +02:00
Felix Engelmann 8b010aadbd fixed lxc_disk with stopped containers
stopped containers have no disk space info and the plugin crashed. Now
it only shows disk usage for running containers
2016-08-11 11:56:57 +02:00
Felix Engelmann 365e993200 corrected lxd_ autoconf with proper checks
the autoconf now checks for availablity of the pylxd module and access
to the lxd socket. this ensures that the module will work properly. On
failure, helpful errors are displayed
2016-08-03 17:31:15 +02:00
Felix Engelmann 46983fdc99 added lxd disk plugin
the lxd deamon provides a REST interface which can be queried by pylxd
to get container related information. It graphs the disk usage of all
disks in all containers.

This plugin depends on python3 pylxd
2016-08-03 12:50:28 +02:00
Felix Engelmann ca71d12f29 added lxd memory plugin
the lxd deamon provides a REST interface which can be queried by pylxd
to get container related information. It stacks all containers, so the
total memory footprint of lxd is visible.

This plugin depends on python3 pylxd
2016-08-03 12:49:53 +02:00