summaryrefslogtreecommitdiff
path: root/manifests/service
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-02-07 19:41:46 +0100
committermh <mh@immerda.ch>2014-02-07 19:41:46 +0100
commitb3b005dad897be0c2a8fcf056d31623a0a01491e (patch)
tree2ca76a37496b1853a6dcf408cc77c402b9468f7c /manifests/service
parent803bfe67b7f214927aa97dde795d84f6d79ce300 (diff)
better check on the status code as the reason is optional
Diffstat (limited to 'manifests/service')
-rw-r--r--manifests/service/http.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/service/http.pp b/manifests/service/http.pp
index f0390be..1470cac 100644
--- a/manifests/service/http.pp
+++ b/manifests/service/http.pp
@@ -8,7 +8,7 @@ define nagios::service::http(
$check_domain = 'absent',
$port = '80',
$check_url = '/',
- $check_code = 'OK',
+ $check_code = '200',
$use = 'generic-service',
$ssl_mode = false
){