]> git.ipfire.org Git - collecty.git/commit - src/_collectymodule.c
Add disk plugin
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2015 10:38:05 +0000 (10:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2015 10:47:10 +0000 (10:47 +0000)
commit30777a6c8aed027b18b00c495b79b353bacbe923
treecc4789d6d9c6fa84b145bb7e476be5c5aee6cbce
parentf5bb7b71a4cd165277d70119ad13e00aa136409d
Add disk plugin

The disk plugin collects information about read and written
sectors, IO operations, bad sectors and the temperature of
the disks.

It uses libatasmart to collect that information.
.gitignore
Makefile.am
autogen.sh
configure.ac
po/POTFILES.in
src/_collectymodule.c [new file with mode: 0644]
src/collecty/plugins/__init__.py
src/collecty/plugins/disk.py [new file with mode: 0644]