summaryrefslogtreecommitdiffstats
path: root/monitorplugins/disk.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitorplugins/disk.py')
-rw-r--r--monitorplugins/disk.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/monitorplugins/disk.py b/monitorplugins/disk.py
index a66f4b6..6167c84 100644
--- a/monitorplugins/disk.py
+++ b/monitorplugins/disk.py
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
import os
@@ -36,7 +36,6 @@ class DiskMonitor:
self.devices[d]["max"] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
print self.devices
-
def __calcdiff__(self, dev):
l = []
for i in xrange(len(self.devices[dev]["old"])):