Ad Widget

Collapse

Bugs Found in 1.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • benr
    Junior Member
    • Nov 2006
    • 1

    #1

    Bugs Found in 1.3

    ID Jam
    The worst bug I've come across is a MySQL key jam. This seems to affect the events and alerts tables. Though I'm seeing the event errors getting logged, I'm not aware of the impact.

    The alert errors are within my understanding and it appears that one alert gets dropped into the table and short of truncating the table it just stays jammed and no further alerts are logged and no notifications sent.

    Events:
    20369:20061113:235814 Query::insert into events(eventid,triggerid,clock,value) values(1,12533,1163480294,0)
    20369:20061113:235814 Query faileduplicate entry '1' for key 1 [1062]
    20372:20061113:235832 Query::insert into events(eventid,triggerid,clock,value) values(1,13523,1163480312,0)
    20372:20061113:235832 Query faileduplicate entry '1' for key 1 [1062]
    20372:20061113:235839 Query::insert into events(eventid,triggerid,clock,value) values(1,12443,1163480319,0)
    20372:20061113:235839 Query faileduplicate entry '1' for key 1 [1062]
    Alerts:
    20366:20061113:234847 Query::insert into alerts (actionid,triggerid,userid,clock,mediatypeid,sendt o,subject,message,status,retries,maxrepeats,delay) values (4,12748,3,1163479727,1,'[email protected]','Server x.x.com is unreachable: ON','Server x.x.com is unreachable: ON',0,0,0,600)
    20366:20061113:234847 Query faileduplicate entry '0' for key 1 [1062]
    Missing Queue Overview
    Monitoring -> Queue -> Overview
    Fatal error: Call to undefined function: check_right() in /home/zabbix/public_html/queue.php on line 82
    Unfriendly Screen Warning
    Monitoring -> Screens (with no screens configured)
    No screen with screenid=[0]
    Undefined index: screenid[/home/zabbix/public_html/screens.php:88]
    Graph Error
    Sadly I lost the error message and can't reproduce it now, but it seemed that when attempting to add more than 1 item to a stacked graph was producing an error in the popup when choosing the parameter.

    Missing Administration Link
    Upon first login as Admin I noticed that the "Administration" tab was visible -- but couldn't be clicked. I was able to resolve this by manually pointing my browser to the users.php file and didn't experience it for the rest of my session.

    Though when adding a new administrator account the same thing happened. It seems that it must be done at least once per administrative account to enable the administration tab's link.
    Last edited by benr; 14-11-2006, 07:08.
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Thanks for reporting all this. I believe all these issues are fixed in not yet released 1.3.1.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...