check_webservice_load.sh: fix error for nginx service.

This commit is contained in:
Christoph 2018-04-23 03:44:29 +02:00
parent e8b48b9bb3
commit 8d199d4c57

View File

@ -24,6 +24,17 @@ check_php_fpm=true
check_redis=false
check_website=false
# - If service is not listen on 127.0.0.1/loclhost, curl check must
# - be ommited
# -
ommit_curl_check_nginx=false
# - Is this a vserver guest machine?
# -
# - Not VSerber guest host does not support systemd!
# -
vserver_guest=false
# - Additional Settings for check_mysql
# -