# Configure the Xymon client settings. # You MUST set the list of Xymon servers that this # client reports to. # It is good to use IP-adresses here instead of DNS # names - DNS might not work if there's a problem. # # E.g. (a single Xymon server) # XYMONSERVERS="192.168.1.1" # or (multiple servers) # XYMONSERVERS="10.0.0.1 192.168.1.1" XYMONSERVERS="" # This variable is needed for xymon-client package only. # It must be commented in xymon server installation # because it is defined in xymonserver.cfg. # Variable contains hostname usually. # MACHINEDOTS="localhost" # The defaults usually suffice for the rest of this file, # but you can tweak the hostname that the client reports # data with. # CLIENTHOSTNAME="" # Red Hat EL version 3 uses a different vmstat layout # than all other Linux versions. So for a client running this # particular OS, set CLIENTOS as below. # Do NOT set this on any other Red Hat version. # CLIENTOS="rhel3" # A host can contains a huge number of interfaces and # they can be controled by another statistic system. # Possible (case sensitive) values "NONE" or interface list # IFACES="eth0 eth1" # A host can contains a huge routing table (OSPF/BGP for example). # So the ability to lock this statistics is needed. # NEEDROUTES="NO"