Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / lxd / lxd_disk @ a7139bca

Historique | Voir | Annoter | Télécharger (1,62 ko)

# Date Auteur Commentaire
a7139bca 2020-10-28 18:38 Lars Kruse

Unify shebang for python scripts

6c3ce4e1 2017-02-22 10:22 dipohl

Category Tree: reduce number of categories

3a48fa4e 2016-10-17 03:57 Felix Engelmann

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.

8b010aad 2016-08-11 05:56 Felix Engelmann

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

365e9932 2016-08-03 11:31 Felix Engelmann

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

46983fdc 2016-08-03 06:50 Felix Engelmann

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