Historique | Voir | Annoter | Télécharger (1,62 ko)
Unify shebang for python scripts
Category Tree: reduce number of categories
added explaining comment for extra if
If no LXD disk information is present, the field is None instead of anempty list. Iterating over it directly would fail.
fixed lxc_disk with stopped containers
stopped containers have no disk space info and the plugin crashed. Nowit only shows disk usage for running containers
corrected lxd_ autoconf with proper checks
the autoconf now checks for availablity of the pylxd module and accessto the lxd socket. this ensures that the module will work properly. Onfailure, helpful errors are displayed
added lxd disk plugin
the lxd deamon provides a REST interface which can be queried by pylxdto get container related information. It graphs the disk usage of alldisks in all containers.
This plugin depends on python3 pylxd