# Use /etc/sysconfig/xymon-client to specify XYMONSERVERS (destination for local client reports) # --- xymond/etcfiles/xymonserver.cfg.DIST.usesysconfig 2010-11-06 08:04:49.000000000 -0700 +++ xymond/etcfiles/xymonserver.cfg.DIST 2011-01-31 12:46:08.794536046 -0800 @@ -27,6 +27,10 @@ # You can add these extra settings here: @RUNTIMEDEFS@ +# Include any client configuration file definitions +# (such as XYMONSERVERS) +include /etc/sysconfig/xymon-client + # Default settings for "delayred" and "delayyellow" parameters in hosts.cfg DELAYRED="" # Format: status:delay[,status:delay - e.g. "cpu:15,disk:30" DELAYYELLOW="" # Format: status:delay[,status:delay - e.g. "cpu:15,disk:30" --- client/xymonclient.cfg.DIST.usesysconfig 2011-01-31 13:11:18.435926000 -0800 +++ client/xymonclient.cfg.DIST 2011-01-31 13:11:47.797761524 -0800 @@ -1,5 +1,7 @@ # Environment settings for the Xymon client. +include /etc/sysconfig/xymon-client + XYMSRV="0.0.0.0" # IP address of the Xymon server XYMSERVERS="$XYMONSERVERS" # IP of multiple Xymon servers. XYMSRV must be "0.0.0.0". CONFIGCLASS="$SERVEROSTYPE" # Default configuration class for logfiles