removed domain-specific info from scripts
This commit is contained in:
parent
f570318edc
commit
031a43c717
@ -3,8 +3,8 @@
|
||||
#2.0.0
|
||||
#rewrite by rlong
|
||||
|
||||
LOGDIR="/usr/local/lp/logs"
|
||||
TMPFILE="/usr/local/lp/temp/swapwatch.results"
|
||||
LOGDIR="/usr/local/sw/logs"
|
||||
TMPFILE="/usr/local/sw/temp/swapwatch.results"
|
||||
|
||||
#Create and clear TMPFILE
|
||||
touch $TMPFILE
|
||||
@ -33,7 +33,7 @@ else
|
||||
then
|
||||
loadthreshold=5
|
||||
swapthreshold=524288
|
||||
contact="support@liquidweb.com"
|
||||
contact="support@DOMAIN.com"
|
||||
fi
|
||||
|
||||
#check if we should run. either can trigger it
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
###############################################################################
|
||||
|
||||
APPDIR="/usr/local/lp/apps/swapwatch"
|
||||
LOGDIR="/usr/local/lp/logs"
|
||||
CONFDIR="/usr/local/lp/configs/swapwatch"
|
||||
swapurl="http://layer3.liquidweb.com/monitoring/swapwatch.sh" #this will be appserv or nagilink
|
||||
updateurl="http://layer3.liquidweb.com/monitoring/swapupdate.sh" #this will be appserv or nagilink
|
||||
APPDIR="/usr/local/sw/apps/swapwatch"
|
||||
LOGDIR="/usr/local/sw/logs"
|
||||
CONFDIR="/usr/local/sw/configs/swapwatch"
|
||||
swapurl="http://DOMAIN.COM/swapwatch.sh" #this will be appserv or nagilink
|
||||
updateurl="http://DOMAIN.com/swapupdate.sh" #this will be appserv or nagilink
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user