diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-21 00:52:56 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-21 00:52:56 +0000 |
commit | dc31f1cd3841d486e920e59ce42e888ca94e4289 (patch) | |
tree | 14bcc87e8349b99b01a649f27429690321fc21f9 /t/npg03/plugins.cfg | |
parent | c6cbf050974c8f6642fa1d7bde309710b66cbfa0 (diff) | |
download | monitoring-plugin-perl-dc31f1cd3841d486e920e59ce42e888ca94e4289.tar.gz |
Finished initial --extra-opts support; added Getopt spec-to-help and multiline help support.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1643 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 't/npg03/plugins.cfg')
-rw-r--r-- | t/npg03/plugins.cfg | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/t/npg03/plugins.cfg b/t/npg03/plugins.cfg deleted file mode 100644 index f893a21..0000000 --- a/t/npg03/plugins.cfg +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | [check_mysql] | ||
2 | username=tonvoon | ||
3 | password=secret | ||
4 | |||
5 | [more_options] | ||
6 | username=altinity | ||
7 | warning=10 | ||
8 | critical=15 | ||
9 | |||
10 | [check_disk] | ||
11 | p=/tmp | ||
12 | |||
13 | [check_2_disks] | ||
14 | p=/tmp | ||
15 | p=/var | ||
16 | |||
17 | [funny_stuff] | ||
18 | username="Ton Voon" | ||
19 | p= | ||
20 | expect=" space in front" | ||
21 | |||