Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37745076
en ru br
ALT Linux repositórios
S:4.3.30-alt2

Group :: Monitoramento
RPM: xymon

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xymon.alwaysmultiservers.patch
Download


# always use 0.0.0.0 and $XYMONSERVERS when passing destination for xymon messages
--- xymond/etcfiles/xymonserver.cfg.DIST.alwaysmultiservers	2010-11-06 08:04:49.000000000 -0700
+++ xymond/etcfiles/xymonserver.cfg.DIST	2011-01-31 12:50:14.824797293 -0800
@@ -31,8 +31,8 @@
 
 # General settings
 XYMONDPORT="1984"		# Portnumber where xymond listens
-XYMSRV="$XYMONSERVERIP"		# IP of a single Xymon server
-XYMSERVERS=""			# IP of multiple Xymon servers. If used, XYMSRV must be 0.0.0.0
+XYMSRV="0.0.0.0"		# IP of a single Xymon server
+XYMSERVERS="$XYMONSERVERIP"	# IP of multiple Xymon servers. If used, XYMSRV must be 0.0.0.0
 FQDN="TRUE"			# Use fully-qualified hostnames internally. Keep it TRUE unless you know better.
 XYMONLOGSTATUS="DYNAMIC"	# Are HTML status logs statically or dynamically generated?
 				# Use DYNAMIC with Xymon, unless you run xymond_filestore --status --html
--- client/xymonclient.cfg.DIST.alwaysmultiservers	2010-11-06 03:50:05.000000000 -0700
+++ client/xymonclient.cfg.DIST	2011-01-31 12:54:49.016827534 -0800
@@ -1,7 +1,7 @@
 # Environment settings for the Xymon client.
 
-XYMSRV="@XYMONHOSTIP@"          # IP address of the Xymon server
-XYMSERVERS=""                   # IP of multiple Xymon servers. XYMSRV must be "0.0.0.0".
+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
 
 PATH="/bin:/usr/bin:/sbin:/usr/sbin:/etc"  # PATH setting for the client scripts.
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009