diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-02-08 05:18:06 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-02-08 05:18:06 +0000 |
commit | 0e41613e9f547ab97365329572555936e84f77b2 (patch) | |
tree | 4d657ad1a7bb96ba4f4ff40037198edc58449aed /t/npg03/plugins.cfg | |
parent | d56d5a0d2d4b29ac2a296bc39a7b80862a7f7e8f (diff) | |
download | monitoring-plugin-perl-0e41613e9f547ab97365329572555936e84f77b2.tar.gz |
Add initial --default-opts implementation to Nagios::Plugin::Getopt (II).
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1617 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 't/npg03/plugins.cfg')
-rw-r--r-- | t/npg03/plugins.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/t/npg03/plugins.cfg b/t/npg03/plugins.cfg new file mode 100644 index 0000000..f893a21 --- /dev/null +++ b/t/npg03/plugins.cfg | |||
@@ -0,0 +1,21 @@ | |||
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 | |||