]> git.ipfire.org Git - oddments/collecty.git/commitdiff
Rename cpu plugin to 'processor'
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Oct 2015 17:18:16 +0000 (18:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Oct 2015 17:18:16 +0000 (18:18 +0100)
It is internally called like that and the file should
have the same name.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
po/POTFILES.in
src/collecty/plugins/processor.py [moved from src/collecty/plugins/cpu.py with 100% similarity]

index 34a26d2c158cd9f661b0b134a1c229ba1d36e3c2..2a2f233438613bb9df033d0c487b4a8639706d01 100644 (file)
@@ -87,7 +87,6 @@ collectydir = $(pythondir)/collecty
 collectyplugins_PYTHON = \
        src/collecty/plugins/base.py \
        src/collecty/plugins/conntrack.py \
-       src/collecty/plugins/cpu.py \
        src/collecty/plugins/cpufreq.py \
        src/collecty/plugins/disk.py \
        src/collecty/plugins/entropy.py \
@@ -96,6 +95,7 @@ collectyplugins_PYTHON = \
        src/collecty/plugins/latency.py \
        src/collecty/plugins/loadavg.py \
        src/collecty/plugins/memory.py \
+       src/collecty/plugins/processor.py \
        src/collecty/plugins/sensors.py
 
 collectypluginsdir = $(collectydir)/plugins
index a96f7b21868ed70b5c3c3c3c1f8a61331b513c0f..0dba17c10ee8396ecb22c26531b258d5686e4500 100644 (file)
@@ -7,7 +7,6 @@ src/collecty/i18n.py
 src/collecty/__init__.py
 src/collecty/plugins/base.py
 src/collecty/plugins/conntrack.py
-src/collecty/plugins/cpu.py
 src/collecty/plugins/cpufreq.py
 src/collecty/plugins/disk.py
 src/collecty/plugins/entropy.py
@@ -16,4 +15,5 @@ src/collecty/plugins/interface.py
 src/collecty/plugins/latency.py
 src/collecty/plugins/loadavg.py
 src/collecty/plugins/memory.py
+src/collecty/plugins/processor.py
 src/collecty/plugins/sensors.py