From df53d812ebaa4152baa94ad858a03a800161b533 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 27 Feb 2019 10:44:39 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 6888c000..36f362e0 100755 --- a/defaults.inc +++ b/defaults.inc @@ -4,9 +4,9 @@ VERS='3.02112019' NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53 WEBHOSTS=10.5.10.120,10.5.10.121 PRIMARYHOST=10.5.10.51 -NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale +NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale,postgresql NODESERVICES_CHECK=mysql,haproxy,keepalived,maxscale -WEBSERVICES_CHECK=nginx,gitea +WEBSERVICES_CHECK=nginx,gitea,postgresql noheader=' service status-check nightlyrenew backup report check checkcerts ' CERT_DAEMON='/usr/bin/certbot' FOLDER=/opt/idssys/nodemgmt @@ -26,6 +26,7 @@ unset IFS declare -A NM_SERVICES NM_SERVICES['mysql']='MySQL' +NM_SERVICES['postgresql']='PostgreSQL' NM_SERVICES['nginx']='NGINX' NM_SERVICES['gogs']='Gogs' NM_SERVICES['gitea']='Gitea'