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:
Alerts:
Missing Queue Overview
Monitoring -> Queue -> Overview
Unfriendly Screen Warning
Monitoring -> Screens (with no screens configured)
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.
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 failed
uplicate 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 failed
uplicate 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 failed
uplicate entry '1' for key 1 [1062]
20369:20061113:235814 Query failed
uplicate 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 failed
uplicate 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 failed
uplicate entry '1' for key 1 [1062]
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 failed
uplicate entry '0' for key 1 [1062]
20366:20061113:234847 Query failed
uplicate entry '0' for key 1 [1062]
Monitoring -> Queue -> Overview
Fatal error: Call to undefined function: check_right() in /home/zabbix/public_html/queue.php on line 82
Monitoring -> Screens (with no screens configured)
No screen with screenid=[0]
Undefined index: screenid[/home/zabbix/public_html/screens.php:88]
Undefined index: screenid[/home/zabbix/public_html/screens.php:88]
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.
Comment