# Only a xymon server runs its client in "--local" mode, but even then its # xymond_client parser should run using analysis.cfg instead of something special. # # localclient.cfg only would be used for a client which "--local"ly reports to a msgcache # or local proxy (which doesn't have an analysis.cfg, and thus wouldn't be able to do anything # useful with the data) that forwards status data but not client messages to a remote server. # # Unlikely --- client/xymonclient.sh.nolocalclient 2011-12-12 14:15:39.000000000 -0800 +++ client/xymonclient.sh 2012-01-10 15:53:28.453257938 -0800 @@ -77,7 +77,7 @@ if test "$LOCALMODE" = "yes"; then echo "@@" >> $MSGTMPFILE - $XYMONHOME/bin/xymond_client --local --config=$XYMONHOME/etc/localclient.cfg <$MSGTMPFILE + $XYMONHOME/bin/xymond_client --local <$MSGTMPFILE else $XYMON $XYMSRV "@" < $MSGTMPFILE >$LOGFETCHCFG.tmp if test -f $LOGFETCHCFG.tmp