From c58b014a58172c9f657fb593a99870ac4f79a278 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 11:19:34 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 58bebc8f..415ea83d 100755 --- a/defaults.inc +++ b/defaults.inc @@ -62,8 +62,8 @@ NM_SERVICES['gogs']='Gogs Git Repository' NM_SERVICES['gitea']='Gitea Git Repository' NM_SERVICES['powerdns-admin']='PowerDNS-Admin' NM_SERVICES['haproxy']='HAProxy Load Balancer' -NM_SERVICES['keepalived']='Keepalived Load Balancer' -NM_SERVICES['maxscale']='MaxScale Load Balancer' +NM_SERVICES['keepalived']='Keepalived LB' +NM_SERVICES['maxscale']='MaxScale LB' NM_SERVICES['cmon']='CC-Controller' NM_SERVICES['cmon-events']='CC-Events Manager' NM_SERVICES['cmon-cloud']='CC-Cloud Daemon' @@ -75,7 +75,7 @@ NM_SERVICES['php8.0-fpm']='PHP 8.0 FPM' NM_SERVICES['php8.1-fpm']='PHP 8.1 FPM' NM_SERVICES['syncthing']='Syncthing' NM_SERVICES['pdns']='PowerDNS Server' -NM_SERVICES['proxysql']='ProxySQL Load Balancer' +NM_SERVICES['proxysql']='ProxySQL LB' NM_SERVICES['radarr']='Radarr' NM_SERVICES['sonarr']='Sonarr' NM_SERVICES['jackett']='Jackett'