Update defaults.inc
This commit is contained in:
12
defaults.inc
12
defaults.inc
@@ -11,10 +11,10 @@ MYSQLMANAGER=10.5.10.50
|
|||||||
NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale,postgresql,web,php5.6-fpm,php7.2-fpm,php7.3-fpm,syncthing
|
NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale,postgresql,web,php5.6-fpm,php7.2-fpm,php7.3-fpm,syncthing
|
||||||
MYSQLSERVICES_CHECK=mysql
|
MYSQLSERVICES_CHECK=mysql
|
||||||
# WEBSERVICES_CHECK=nginx,gitea,powerdns-admin,keepalived,php5.6-fpm,php7.2-fpm,php7.3-fpm
|
# WEBSERVICES_CHECK=nginx,gitea,powerdns-admin,keepalived,php5.6-fpm,php7.2-fpm,php7.3-fpm
|
||||||
WEBSERVICES_CHECK=nginx,gitea,powerdns-admin,keepalived,syncthing
|
WEBSERVICES_CHECK=nginx,php7.3-fpm,gitea,powerdns-admin,keepalived,syncthing
|
||||||
LBSERVICES_CHECK=haproxy,keepalived
|
LBSERVICES_CHECK=haproxy,keepalived
|
||||||
NCSERVICES_CHECK=nginx,haproxy,keepalived,syncthing
|
NCSERVICES_CHECK=nginx,php7.3-fpm,haproxy,keepalived,syncthing
|
||||||
noheader=' service status-check nightlyrenew backup report check checkcerts gitea update-nodes '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes '
|
||||||
CERT_DAEMON='/usr/bin/certbot'
|
CERT_DAEMON='/usr/bin/certbot'
|
||||||
FOLDER=/opt/idssys/nodemgmt
|
FOLDER=/opt/idssys/nodemgmt
|
||||||
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
|
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
|
||||||
@@ -55,9 +55,9 @@ NM_SERVICES['maxscale']='MaxScale'
|
|||||||
NM_SERVICES['cmon']='CC-Controller'
|
NM_SERVICES['cmon']='CC-Controller'
|
||||||
NM_SERVICES['cmon-events']='CC-Events Manager'
|
NM_SERVICES['cmon-events']='CC-Events Manager'
|
||||||
NM_SERVICES['cmon-cloud']='CC-Cloud Daemon'
|
NM_SERVICES['cmon-cloud']='CC-Cloud Daemon'
|
||||||
NM_SERVICES['php5.6-fpm']='PHP 5.6 FastCGI Process Manager'
|
NM_SERVICES['php5.6-fpm']='PHP 5.6 FPM'
|
||||||
NM_SERVICES['php7.2-fpm']='PHP 7.2 FastCGI Process Manager'
|
NM_SERVICES['php7.2-fpm']='PHP 7.2 FPM'
|
||||||
NM_SERVICES['php7.3-fpm']='PHP 7.3 FastCGI Process Manager'
|
NM_SERVICES['php7.3-fpm']='PHP 7.3 FPM'
|
||||||
NM_SERVICES['syncthing']='Syncthing'
|
NM_SERVICES['syncthing']='Syncthing'
|
||||||
# NM_SERVICES['powerdns-admin']='PowerDNS-Admin'
|
# NM_SERVICES['powerdns-admin']='PowerDNS-Admin'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user