summaryrefslogtreecommitdiffstats
path: root/monitorplugins
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-23 18:03:35 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-23 18:03:35 +0100
commit80093be74fbed8d4459938e19ff00920a41a9712 (patch)
treec73b82af32e34b7a74bdfd4ca96c4ff3f6cd2465 /monitorplugins
parentc02f25afb09ff1f38484a8b69c4dcc85ed2378c7 (diff)
downloadtuned-80093be74fbed8d4459938e19ff00920a41a9712.tar.gz
tuned-80093be74fbed8d4459938e19ff00920a41a9712.tar.xz
tuned-80093be74fbed8d4459938e19ff00920a41a9712.zip
- Real first complete version with initscript, config file and
proper Makefile and packaging.
Diffstat (limited to 'monitorplugins')
-rw-r--r--monitorplugins/disk.py2
-rw-r--r--monitorplugins/net.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/monitorplugins/disk.py b/monitorplugins/disk.py
index fb9eb56..f2844e8 100644
--- a/monitorplugins/disk.py
+++ b/monitorplugins/disk.py
@@ -34,7 +34,7 @@ class DiskMonitor:
self.devices[d]["max"] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
self.__updateStat__(d)
self.devices[d]["max"] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
- print self.devices
+ #print self.devices
def __calcdiff__(self, dev):
diff --git a/monitorplugins/net.py b/monitorplugins/net.py
index 0091b26..32042d8 100644
--- a/monitorplugins/net.py
+++ b/monitorplugins/net.py
@@ -33,7 +33,7 @@ class NetMonitor:
self.devices[d]["max"] = [70*1024*1024, 1, 70*1024*1024, 1]
self.__updateStat__(d)
self.devices[d]["max"] = [70*1024*1024, 1, 70*1024*1024, 1]
- print self.devices
+ #print self.devices
def __calcdiff__(self, dev):
l = []