Ad Widget

Collapse

Network traffic items big values in 1.5.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pacux
    Junior Member
    • Dec 2007
    • 2

    #1

    Network traffic items big values in 1.5.4

    I've recently upgrade to 1.5.4 from 1.5.3 and get all traffic network values (those collected by agent and snmp) very very big.

    Configured as :
    type : numeric value(integer 64 bits)
    units : bps
    multiplier : 8
    value : delta (speed per second).

    I've removed multiplier, configured as 0,125 but is too much high yet.

    All those items were collected correctly before upgrade.
  • teferi
    Member
    • Jul 2008
    • 93

    #2
    this is most likely caused by https://support.zabbix.com/browse/ZBX-423

    Comment

    • Pacux
      Junior Member
      • Dec 2007
      • 2

      #3
      Correct, solved but...

      Thanks!

      Adding StartDBSyncers=0 in /etc/zabbix/zabbix_server.conf solved the problem.

      But, now I've a lot of data wrong in database. Anybody knows how to update all those incorrect values?

      Comment

      • teferi
        Member
        • Jul 2008
        • 93

        #4
        Originally posted by Pacux
        Thanks!

        Adding StartDBSyncers=0 in /etc/zabbix/zabbix_server.conf solved the problem.

        But, now I've a lot of data wrong in database. Anybody knows how to update all those incorrect values?
        Be aware thow, that without db syncer you're not using db cache. So you may want to upgrade to svn version, it containes a fix for the problem.

        There is no easy way to update those wrong items. you can write a rather simple script thow, that'll check the db and either update wrong items or delete them. Althow you'll have to spend some time digging the db structure.
        Last edited by teferi; 27-08-2008, 08:59.

        Comment

        Working...