]> git.ipfire.org Git - collecty.git/commit - src/collecty/plugins/cpu.py
Add dbus interface
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 May 2015 18:30:48 +0000 (18:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 May 2015 18:30:48 +0000 (18:30 +0000)
commitc968f6d9744a12474be417bfca1056c44c1eadc9
tree300b9e4260665f314185cbd13cf051dbacb2748a
parent0ec1854a7313e4e0408e85c516ce38d67aa1c804
Add dbus interface

Collecty will be able to generate graph images and send them
to the collecty-client via dbus.
19 files changed:
Makefile.am
configure.ac
po/POTFILES.in
src/collecty-client
src/collecty/bus.py [new file with mode: 0644]
src/collecty/client.py
src/collecty/constants.py
src/collecty/daemon.py
src/collecty/ping.py
src/collecty/plugins/base.py
src/collecty/plugins/cpu.py
src/collecty/plugins/entropy.py
src/collecty/plugins/latency.py
src/collecty/plugins/loadavg.py
src/collecty/plugins/memory.py
src/dbus/org.ipfire.collecty1.conf [new file with mode: 0644]
src/dbus/org.ipfire.collecty1.service [new file with mode: 0644]
src/systemd/collecty.service.in
src/systemd/org.ipfire.collecty1.busname [new file with mode: 0644]