]> git.ipfire.org Git - collecty.git/commit - Makefile.am
Add df plugin
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Dec 2015 18:05:28 +0000 (18:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Dec 2015 18:05:28 +0000 (18:05 +0000)
commit9823dfeff7e73625977e47f97b2d3a451b306e25
treeb3b54e7b08aac11821180175155289142f6df831
parent4e6ebd6eb15a1742beed1b799e037e62ec14b08b
Add df plugin

The df plugin collects data about the filesystem and
inode usage.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
configure.ac
src/_collectymodule.c
src/collecty/__init__.py
src/collecty/colours.py [new file with mode: 0644]
src/collecty/constants.py
src/collecty/plugins/__init__.py
src/collecty/plugins/df.py [new file with mode: 0644]
src/collecty/util.py [new file with mode: 0644]