From 0e41613e9f547ab97365329572555936e84f77b2 Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Thu, 8 Feb 2007 05:18:06 +0000 Subject: 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 --- t/npg03/plugins.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 t/npg03/plugins.cfg (limited to 't/npg03/plugins.cfg') 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 @@ +[check_mysql] +username=tonvoon +password=secret + +[more_options] +username=altinity +warning=10 +critical=15 + +[check_disk] +p=/tmp + +[check_2_disks] +p=/tmp +p=/var + +[funny_stuff] +username="Ton Voon" +p= +expect=" space in front" + -- cgit v1.2.3-74-g34f1