Ad Widget

Collapse

error zabbix_server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • supervision
    Junior Member
    • Feb 2010
    • 4

    #1

    error zabbix_server

    Hello, I am French and I apologize for my broken English.
    I have severals problems with zabbix_server.

    1: In dashboard, Zabbix server is not running (value is Off).

    2: I find zabbix server as host but I have an error :
    Get value from agent failed: bind() failed with error 99: Cannot assign requested address
    and it isn't available

    Thank you
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #2
    It would be helpful if you posted your zabbix_server.conf contents as well as any related erros in zabbix_server.log

    Comment

    • supervision
      Junior Member
      • Feb 2010
      • 4

      #3
      zabbix-server logs :

      2798:20100209:082403 Starting zabbix_server. ZABBIX 1.6.8 (revision 8545).
      2798:20100209:082403 **** Enabled features ****
      2798:20100209:082403 SNMP monitoring: YES
      2798:20100209:082403 WEB monitoring: YES
      2798:20100209:082403 Jabber notifications: NO
      2798:20100209:082403 ODBC: NO
      2798:20100209:082403 IPv6 support: NO
      2798:20100209:082403 **************************
      2854:20100209:082404 server #6 started [Trapper]
      2856:20100209:082404 server #7 started [Trapper]
      2858:20100209:082404 server #8 started [Trapper]
      2860:20100209:082404 server #9 started [Trapper]
      2866:20100209:082404 server #11 started [ICMP pinger]
      2868:20100209:082404 server #12 started [Alerter]
      2870:20100209:082404 server #13 started [Housekeeper]
      2870:20100209:082404 Executing housekeeper
      2872:20100209:082404 server #14 started [Timer]
      2864:20100209:082404 server #10 started [Trapper]
      2875:20100209:082404 server #16 started [Node watcher. Node ID:0]
      2876:20100209:082404 server #17 started [HTTP Poller]
      2881:20100209:082404 server #19 started [Escalator]
      2798:20100209:082404 server #0 started [Watchdog]
      2870:20100209:082409 Deleted 0 records from history and trends
      2851:20100209:082414 server #3 started [Poller. SNMP:YES]
      2850:20100209:082414 server #2 started [Poller. SNMP:YES]
      2874:20100209:082414 server #15 started [Poller for unreachable hosts. SNMP:YES]
      2874:20100209:082414 Item [ZABBIX Server:agent.ping] error: Get value from agent failed: bind() failed with error 99: Cannot assign requested address

      2853:20100209:082414 server #5 started [Poller. SNMP:YES]
      2877:20100209:082414 server #18 started [Discoverer. SNMP:YES]
      2852:20100209:082414 server #4 started [Poller. SNMP:YES]
      2849:20100209:082414 server #1 started [Poller. SNMP:YES]
      2874:20100209:082514 Item [ZABBIX Server:agent.ping] error: Get value from agent failed: bind() failed with error 99: Cannot assign requested address

      2874:20100209:082614 Item [ZABBIX Server:agent.ping] error: Get value from agent failed: bind() failed with error 99: Cannot assign requested address

      2874:20100209:082714 Item [ZABBIX Server:agent.ping] error: Get value from agent failed: bind() failed with error 99: Cannot assign requested address

      Comment

      • supervision
        Junior Member
        • Feb 2010
        • 4

        #4
        zabbix_server.conf :

        # This is config file for ZABBIX server process
        # To get more information about ZABBIX,
        # go http://www.zabbix.com

        ############ GENERAL PARAMETERS #################

        # This defines unique NodeID in distributed setup,
        # Default value 0 (standalone server)
        # This parameter must be between 0 and 999
        #NodeID=0

        # Number of pre-forked instances of pollers
        # Default value is 5
        # This parameter must be between 0 and 255
        #StartPollers=5

        # Number of pre-forked instances of IPMI pollers
        # Default value is 0
        # This parameter must be between 0 and 255
        #StartIPMIPollers=0

        # Number of pre-forked instances of pollers for unreachable hosts
        # Default value is 1
        # This parameter must be between 0 and 255
        #StartPollersUnreachable=1

        # Number of pre-forked instances of trappers
        # Default value is 5
        # This parameter must be between 0 and 255
        #StartTrappers=5

        # Number of pre-forked instances of ICMP pingers
        # Default value is 1
        # This parameter must be between 0 and 255
        #StartPingers=1

        # Number of pre-forked instances of discoverers
        # Default value is 1
        # This parameter must be between 0 and 255
        #StartDiscoverers=1

        # Number of pre-forked instances of HTTP pollers
        # Default value is 1
        # This parameter must be between 0 and 255
        #StartHTTPPollers=1

        # Listen port for trapper. Default port number is 10051. This parameter
        # must be between 1024 and 32767

        #ListenPort=10051

        # Source IP address for outgoing connections
        SourceIP=?.?.?.? (what is the address?)

        # Listen interface for trapper. Trapper will listen on all network interfaces
        # if this parameter is missing.

        ListenIP=127.0.0.1

        # How often ZABBIX will perform housekeeping procedure
        # (in hours)
        # Default value is 1 hour
        # Housekeeping is removing unnecessary information from
        # tables history, alert, and alarms
        # This parameter must be between 1 and 24

        #HousekeepingFrequency=1

        # How often ZABBIX will try to send unsent alerts
        # (in seconds)
        # Default value is 30 seconds
        SenderFrequency=30

        # Uncomment this line to disable housekeeping procedure
        #DisableHousekeeping=1

        # Specifies debug level
        # 0 - debug is not created
        # 1 - critical information
        # 2 - error information
        # 3 - warnings (default)
        # 4 - for debugging (produces lots of information)

        DebugLevel=3

        # Specifies how long we wait for agent response (in sec)
        # Must be between 1 and 30
        Timeout=5

        # Specifies how many seconds trapper may spend processing new data
        # Must be between 1 and 300
        #TrapperTimeout=5

        # After how many seconds of unreachability treat a host as unavailable
        #UnreachablePeriod=45

        # How often check host for availability during the unavailability period
        #UnavailableDelay=60

        # Name of PID file

        PidFile=/var/tmp/zabbix_server.pid

        # Name of log file

        LogFile=/tmp/zabbix_server.log

        # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
        #LogFileSize=1

        # Location for custom alert scripts
        AlertScriptsPath=/home/zabbix/bin/

        # Location of external scripts
        #ExternalScripts=/etc/zabbix/externalscripts

        # Location of fping. Default is /usr/sbin/fping
        # Make sure that fping binary has root permissions and SUID flag set
        #FpingLocation=/usr/sbin/fping

        # Location of fping6. Default is /usr/sbin/fping6
        # Make sure that fping binary has root permissions and SUID flag set
        #Fping6Location=/usr/sbin/fping6

        # Temporary directory. Default is /tmp
        #TmpDir=/tmp

        # Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Default is 60 seconds.
        #PingerFrequency=60

        # Database host name
        # Default is localhost

        DBHost=localhost

        # Database name
        # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
        DBName=zabbix

        # Database user

        DBUser=***

        # Database password
        # Comment this line if no password used
        DBPassword=***

        # Connect to MySQL using Unix socket?

        #DBSocket=/tmp/mysql.sock

        Comment

        • MrKen
          Senior Member
          • Oct 2008
          • 652

          #5
          Looks like somebody else had the same problem, and solution.

          Disclaimer: All of the above is pure speculation.

          Comment

          Working...