From 6d5a963b3fe75e7efa0d6d44c1493f5a1561c0b6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 13 Feb 2019 09:22:18 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 0fe2611b..32ebb77a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ VERS='3.02112019' NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53 PRIMARYHOST=10.5.10.51 -NODESERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale +NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale noheader=' service status-check nightlyrenew backup report check checkcerts ' CERT_DAEMON='/usr/bin/certbot' FOLDER=/opt/idssys/nodemgmt @@ -23,6 +23,7 @@ NM_SERVICES['mysql']='MySQL' NM_SERVICES['nginx']='NGINX' NM_SERVICES['gogs']='Gogs' NM_SERVICES['gitea']='Gitea' +NM_SERVICES['powerdns-admin']='PowerDNS-Admin' NM_SERVICES['haproxy']='HAProxy' NM_SERVICES['keepalived']='Keepalived' NM_SERVICES['maxscale']='MaxScale'