summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:01:44 +0000
committerAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:01:44 +0000
commit864f2f68ef8e2214e6caeadd7207a7e6ede25cc3 (patch)
treeb2e1785cb75086f90f024993a81cff148e23c704 /tests
parent84a914e547b30d183be51a48cbc630174481c430 (diff)
downloadnagios-plugin-curl-864f2f68ef8e2214e6caeadd7207a7e6ede25cc3.tar.gz
nagios-plugin-curl-864f2f68ef8e2214e6caeadd7207a7e6ede25cc3.tar.bz2
added all SSL options we currently need, --insecure worksm already
Diffstat (limited to 'tests')
-rw-r--r--tests/GNUmakefile16
-rw-r--r--tests/clientcertcheck4
-rw-r--r--tests/insecure9
-rw-r--r--tests/virtualhost8
4 files changed, 27 insertions, 10 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index c9b4ae9..ca22877 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -21,11 +21,11 @@ local_clean:
local_distclean:
local_test:
- $(TOPDIR)/src/check_curl --config-file clientcertcheck
- $(TOPDIR)/src/check_curl --config-file connect_failure
- $(TOPDIR)/src/check_curl --config-file DNS_failure
- $(TOPDIR)/src/check_curl --config-file iis
- $(TOPDIR)/src/check_curl --config-file not_found
- $(TOPDIR)/src/check_curl --config-file openssl.org
- $(TOPDIR)/src/check_curl --config-file PortalZH
- $(TOPDIR)/src/check_curl --config-file useragent
+ -$(TOPDIR)/src/check_curl --config-file clientcertcheck
+ -$(TOPDIR)/src/check_curl --config-file connect_failure
+ -$(TOPDIR)/src/check_curl --config-file DNS_failure
+ -$(TOPDIR)/src/check_curl --config-file iis
+ -$(TOPDIR)/src/check_curl --config-file not_found
+ -$(TOPDIR)/src/check_curl --config-file openssl.org
+ -$(TOPDIR)/src/check_curl --config-file PortalZH
+ -$(TOPDIR)/src/check_curl --config-file useragent
diff --git a/tests/clientcertcheck b/tests/clientcertcheck
index 12276fd..072ec7d 100644
--- a/tests/clientcertcheck
+++ b/tests/clientcertcheck
@@ -3,6 +3,6 @@ w 5
c 10
t 5
S
-I intranet.eurospider.com
-H intranet.eurospider.com
+I charon.eurospider.ch
+H charon.eurospider.ch
u "/"
diff --git a/tests/insecure b/tests/insecure
new file mode 100644
index 0000000..80a6bb9
--- /dev/null
+++ b/tests/insecure
@@ -0,0 +1,9 @@
+f follow
+w 5
+c 10
+t 5
+S
+insecure
+I fozzie.eurospider.ch
+H intranet.eurospider.com
+u "/"
diff --git a/tests/virtualhost b/tests/virtualhost
new file mode 100644
index 0000000..d935109
--- /dev/null
+++ b/tests/virtualhost
@@ -0,0 +1,8 @@
+f follow
+w 5
+c 10
+t 5
+S
+I fozzie.eurospider.ch
+H intranet.eurospider.com
+u "/"