Ad Widget

Collapse

Zabbix 7.0 Proxy issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • damianl
    Junior Member
    • Feb 2024
    • 3

    #1

    Zabbix 7.0 Proxy issues

    Hey all, i've created a new Zabbix server and proxy both 7.0.
    proxy connected to the server, but in the /var/log/zabbix/zabbix_proxy.log I reseive this error:


    5498:20240204:162043.842 received configuration data from server at "192.168.0.251", datalen 181797
    5498:20240204:162043.844 cannot process received configuration data from server at "192.168.0.251": missing field "config.timeout_zabbix_agent"


    cant seem to find a solution to this, and I don't see the server receiving any data from its proxies...
    I'm fairly new to zabbix but will appreciate any help​.






  • damianl
    Junior Member
    • Feb 2024
    • 3

    #2
    Forgot to upload Conf files so this are the configs on server and proxy.

    ####SERVER####
    LogFile=/var/log/zabbix/zabbix_server.log
    LogFileSize=0
    PidFile=/run/zabbix/zabbix_server.pid
    SocketDir=/run/zabbix
    DBName=zabbix
    DBUser=zabbix
    DBPassword=@@@@@@
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    HousekeepingFrequency=1
    MaxHousekeeperDelete=50000
    CacheSize=4G
    TrendCacheSize=500M
    ValueCacheSize=2G
    Timeout=10
    AlertScriptsPath=/usr/lib/zabbix/alertscripts
    ExternalScripts=/usr/lib/zabbix/externalscripts
    FpingLocation=/usr/bin/fping
    Fping6Location=/usr/bin/fping6
    LogSlowQueries=3000

    ###PROXY####
    ProxyMode=0
    Server=x.x.x.x
    Hostname=zabbix-proxy-xxxx
    LogFile=/var/log/zabbix/zabbix_proxy.log
    LogFileSize=0
    PidFile=/run/zabbix/zabbix_proxy.pid
    SocketDir=/run/zabbix
    DBName=zabbix_proxy
    DBUser=zabbix
    DBPassword=@@@@@@
    ProxyBufferMode=hybrid
    ProxyMemoryBufferSize=128M
    ProxyConfigFrequency=30
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    Timeout=4
    FpingLocation=/usr/bin/fping
    Fping6Location=/usr/bin/fping6
    LogSlowQueries=3000
    StatsAllowedIP=127.0.0.1​

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4807

      #3
      Well... 7.0 is at its first beta... You should only use it for "getting to know this thing" purposes... bug tracker did not find anything with "config.timeout_zabbix_agent" currently..
      But you are welcome to submit one ... https://support.zabbix.com/projects/ZBX/​

      Comment

      • damianl
        Junior Member
        • Feb 2024
        • 3

        #4
        Originally posted by cyber
        Well... 7.0 is at its first beta... You should only use it for "getting to know this thing" purposes... bug tracker did not find anything with "config.timeout_zabbix_agent" currently..
        But you are welcome to submit one ... https://support.zabbix.com/projects/ZBX/​
        Well, idk what the issue was but after managing to upgrade the Zabbix-server from 7.0.0alpha2 to 7.0.0beta1 the error vanished from the proxy...
        *after upgrade the Zabbix-server received error "The Zabbix database version does not match current requirements. Your database version: 6050035. Required version: 6050209" took a few tries but finally the database finished its upgrade and server went Active.

        proxy is at version 7.0.0alpha9 atm with no errors so far, though I'm not seeing the hosts SNMP available yet.

        Comment

        Working...