projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3eaa64
)
Revert "Add 127.0.0.1 to list of monitoring servers for local checks."
author
Andy Witter
<awitter@georgialibraries.org>
Mon, 13 May 2013 13:28:47 +0000
(09:28 -0400)
committer
Andy Witter
<awitter@georgialibraries.org>
Mon, 13 May 2013 13:28:47 +0000
(09:28 -0400)
This reverts commit
b3eaa640e3b91887717085603ddc618caa0197a4
.
GenaSYS.sh
patch
|
blob
|
history
diff --git
a/GenaSYS.sh
b/GenaSYS.sh
index
4a9940b
..
99027ce
100755
(executable)
--- a/
GenaSYS.sh
+++ b/
GenaSYS.sh
@@
-2223,7
+2223,7
@@
do
THIS_MONITOR_SERVER_IP=$(eval echo \$${MONITOR_SERVER#*-}_IP) ## strip prefix
if [ -z "$MONITOR_SERVER_IP_LIST" ]
then
- MONITOR_SERVER_IP_LIST="$THIS_MONITOR_SERVER_IP
127.0.0.1
"
+ MONITOR_SERVER_IP_LIST="$THIS_MONITOR_SERVER_IP"
else
MONITOR_SERVER_IP_LIST="$MONITOR_SERVER_IP_LIST $THIS_MONITOR_SERVER_IP 127.0.0.1"
fi