]> git.ipfire.org Git - collecty.git/commit - src/collecty/plugins/base.py
Allow the plugins to return the results as a tuple or list
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2015 10:48:53 +0000 (10:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2015 10:48:53 +0000 (10:48 +0000)
commitf648421abc982b94bc1db15cedccf6c177ae1a25
tree6ab825cc942dc73cbaabec69492dad94a5760174
parent30777a6c8aed027b18b00c495b79b353bacbe923
Allow the plugins to return the results as a tuple or list

Therefore we do not have the necessity to format the result
into a format that rrdtool can parse later.
src/collecty/plugins/base.py
src/collecty/plugins/conntrack.py
src/collecty/plugins/cpu.py
src/collecty/plugins/disk.py
src/collecty/plugins/interface.py
src/collecty/plugins/latency.py
src/collecty/plugins/loadavg.py
src/collecty/plugins/memory.py