From: Andy Witter Date: Mon, 4 Nov 2013 21:55:45 +0000 (-0500) Subject: add domain to non brick hosts in munin.conf X-Git-Tag: GenaSYS-2.5.0~15 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9fb15303fc68c3beb7057009849ea6912a17a591;p=contrib%2Fpines%2Fgenasys.git add domain to non brick hosts in munin.conf --- diff --git a/GenaSYS.sh b/GenaSYS.sh index c710331..7fe6e70 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -2397,7 +2397,7 @@ for MUNINODE in ${MACHINES_NO_BRICKS} #for MUNINODE in ${ALL_MACHINES_LIST} do MUNIN_HOST=$( echo "${MUNINODE}" | tr '[:lower:]' '[:upper:]' ) - echo "[${CLUSTERDOMAINNAME};${MUNINODE}]" >> $TMPMUNINCONF + echo "[${CLUSTERDOMAINNAME};${MUNINODE}.${CLUSTERDOMAINNAME}]" >> $TMPMUNINCONF if echo $MUNINODE | grep -q lvs0 then #eval echo -e "\\\taddress \$${MUNIN_HOST#*-}_PRIVATE_IP" >> $TMPMUNINCONF