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:
b4e6d06
)
Add 127.0.0.1 to list of monitoring servers for local checks.
author
Andy Witter
<awitter@georgialibraries.org>
Thu, 9 May 2013 19:37:53 +0000
(15:37 -0400)
committer
Andy Witter
<awitter@georgialibraries.org>
Thu, 9 May 2013 19:37:53 +0000
(15:37 -0400)
GenaSYS.sh
patch
|
blob
|
history
diff --git
a/GenaSYS.sh
b/GenaSYS.sh
index
99027ce
..
4a9940b
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"
+ MONITOR_SERVER_IP_LIST="$THIS_MONITOR_SERVER_IP
127.0.0.1
"
else
MONITOR_SERVER_IP_LIST="$MONITOR_SERVER_IP_LIST $THIS_MONITOR_SERVER_IP 127.0.0.1"
fi