Update defaults.inc
This commit is contained in:
@@ -4,9 +4,9 @@ VERS='3.02112019'
|
|||||||
NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53
|
NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53
|
||||||
WEBHOSTS=10.5.10.120,10.5.10.121
|
WEBHOSTS=10.5.10.120,10.5.10.121
|
||||||
PRIMARYHOST=10.5.10.51
|
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
|
NODESERVICES_CHECK=mysql,haproxy,keepalived,maxscale
|
||||||
WEBSERVICES_CHECK=nginx,gitea
|
WEBSERVICES_CHECK=nginx,gitea,postgresql
|
||||||
noheader=' service status-check nightlyrenew backup report check checkcerts '
|
noheader=' service status-check nightlyrenew backup report check checkcerts '
|
||||||
CERT_DAEMON='/usr/bin/certbot'
|
CERT_DAEMON='/usr/bin/certbot'
|
||||||
FOLDER=/opt/idssys/nodemgmt
|
FOLDER=/opt/idssys/nodemgmt
|
||||||
@@ -26,6 +26,7 @@ unset IFS
|
|||||||
|
|
||||||
declare -A NM_SERVICES
|
declare -A NM_SERVICES
|
||||||
NM_SERVICES['mysql']='MySQL'
|
NM_SERVICES['mysql']='MySQL'
|
||||||
|
NM_SERVICES['postgresql']='PostgreSQL'
|
||||||
NM_SERVICES['nginx']='NGINX'
|
NM_SERVICES['nginx']='NGINX'
|
||||||
NM_SERVICES['gogs']='Gogs'
|
NM_SERVICES['gogs']='Gogs'
|
||||||
NM_SERVICES['gitea']='Gitea'
|
NM_SERVICES['gitea']='Gitea'
|
||||||
|
|||||||
Reference in New Issue
Block a user