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'