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