diff options
| author | Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com> | 2009-02-23 18:03:35 +0100 |
|---|---|---|
| committer | Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com> | 2009-02-23 18:03:35 +0100 |
| commit | 80093be74fbed8d4459938e19ff00920a41a9712 (patch) | |
| tree | c73b82af32e34b7a74bdfd4ca96c4ff3f6cd2465 /monitorplugins/disk.py | |
| parent | c02f25afb09ff1f38484a8b69c4dcc85ed2378c7 (diff) | |
- Real first complete version with initscript, config file and
proper Makefile and packaging.
Diffstat (limited to 'monitorplugins/disk.py')
| -rw-r--r-- | monitorplugins/disk.py | 2 |
1 files changed, 1 insertions, 1 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): |
