From 912c69a735b7022c0664fcbf2015c4190d3a3b33 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 23 Apr 2018 17:55:02 +0200 Subject: [PATCH] Adjust 'check_webservice_load.conf.sample', add 'check_postgresql'. --- conf/check_webservice_load.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/check_webservice_load.conf.sample b/conf/check_webservice_load.conf.sample index e7db7cd..8df392f 100644 --- a/conf/check_webservice_load.conf.sample +++ b/conf/check_webservice_load.conf.sample @@ -18,6 +18,13 @@ # - check_load=true check_mysql=true + +# - PostgreSQL +# - +# - NOT useful, if more than one PostgreSQL instances are running! +# - +check_postgresql=false + check_apache=true check_nginx=false check_php_fpm=true