diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 12:12:11 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 12:12:11 (GMT) |
commit | 584562a48ea731a3bf98d66c6602c64e1e72c63a (patch) | |
tree | 988ffe437d34ea8ba4be62f5576277eb4c41e7a2 /plugins/t/check_disk.t | |
parent | 450ad346edcf2304087ffa74a46eef274336c16b (diff) | |
download | monitoring-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/check_disk.t')
-rw-r--r-- | plugins/t/check_disk.t | 2 |
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 | |||
8 | use strict; | 10 | use strict; |
9 | use Test::More; | 11 | use Test::More; |
10 | use NPTest; | 12 | use NPTest; |