summaryrefslogtreecommitdiffstats
path: root/plugins/t
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-10-18 12:12:11 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-10-18 12:12:11 (GMT)
commit584562a48ea731a3bf98d66c6602c64e1e72c63a (patch)
tree988ffe437d34ea8ba4be62f5576277eb4c41e7a2 /plugins/t
parent450ad346edcf2304087ffa74a46eef274336c16b (diff)
downloadmonitoring-plugins-584562a48ea731a3bf98d66c6602c64e1e72c63a.tar.gz
Re-added perf data to check_disk
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1498 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t')
-rw-r--r--plugins/t/check_disk.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/t/check_disk.t b/plugins/t/check_disk.t
index ec3d248..e8e35b9 100644
--- a/plugins/t/check_disk.t
+++ b/plugins/t/check_disk.t
@@ -5,6 +5,8 @@
5# $Id$ 5# $Id$
6# 6#
7 7
8# TODO: Add in tests for perf data. Need to beef up Nagios::Plugin::Performance to cater for max, min, etc
9
8use strict; 10use strict;
9use Test::More; 11use Test::More;
10use NPTest; 12use NPTest;