1. Agrregate functions do not work as expected (confirmed)
Fixed in CVS. Wait for 1.1beta12.
2. Actions having Trigger Value = <something> or Trigger Value >= <something> do not work (confirmed)
Fix:
actions.c, line 530 should be changed to:
...
else if(condition->operator == CONDITION_OPERATOR_NOT_EQUAL)
...
Fixed in CVS. Wait for 1.1beta12.
3. Windows agent dies just after startup (not confirmed)
Please give us more details. We were unable to reproduce the problem yet.
4. A typo in MySQL schema.sql (confirmed)
Line 384:
CREATE TABLE media (
alternatively you may use schem from ZABBIX 1.1beta9.
Fixed in CVS. Wait for 1.1beta12.
5. A problem syncing graphs with a template (confirmed)
Fix file include/graphs.inc.php, line 463-465:
$new_graphid = add_graph($db_graph["name"],$db_graph["width"],$db_graph["height"], $db_graph["yaxistype"],$db_graph["yaxismin"],$db_graph["yaxismax"],$db_graph["show_work_period"],
$db_graph["show_triggers"],$graphid);
Fixed in CVS. Wait for 1.1beta12.
6. Upgraded to beta11 though frontend still reports beta10 (confirmed)
Absolutely non-critical issue. Do not worry, the frontend is 1.1beta11
Fix file include/locales/en_gb.inc.php:
"S_ZABBIX_VER"=> "ZABBIX 1.1beta11",
Fixed in CVS. Wait for 1.1beta12.
7. Unefficient performance after upgrading to 1.1beta11
Fix: http://www.zabbix.com/forum/showthre...0237#post10237
Fixed in CVS. Wait for 1.1beta12.
8. Incorrect processing of actions. Several emails for the same event instead of one (confirmed)
Fixed in CVS. Wait for 1.1beta12.
9. Bad design of message delays causes confusion (confirmed)
Support of message delay has been dropped.
Fixed in CVS. Wait for 1.1beta12.
10. Cannot add any Info elements to screen (confirmed)
Fixed in CVS. Wait for 1.1beta12.
11. Random Linux agent crash (confirmed)
It seems it happens when using proc.mem[<name>,,]
We reproduced this problem on our test system. Not fixed yet.
Fixed in CVS. Wait for 1.1beta12.
2. Actions having Trigger Value = <something> or Trigger Value >= <something> do not work (confirmed)
Fix:
actions.c, line 530 should be changed to:
...
else if(condition->operator == CONDITION_OPERATOR_NOT_EQUAL)
...
Fixed in CVS. Wait for 1.1beta12.
3. Windows agent dies just after startup (not confirmed)
Please give us more details. We were unable to reproduce the problem yet.
4. A typo in MySQL schema.sql (confirmed)
Line 384:
CREATE TABLE media (
alternatively you may use schem from ZABBIX 1.1beta9.
Fixed in CVS. Wait for 1.1beta12.
5. A problem syncing graphs with a template (confirmed)
Fix file include/graphs.inc.php, line 463-465:
$new_graphid = add_graph($db_graph["name"],$db_graph["width"],$db_graph["height"], $db_graph["yaxistype"],$db_graph["yaxismin"],$db_graph["yaxismax"],$db_graph["show_work_period"],
$db_graph["show_triggers"],$graphid);
Fixed in CVS. Wait for 1.1beta12.
6. Upgraded to beta11 though frontend still reports beta10 (confirmed)
Absolutely non-critical issue. Do not worry, the frontend is 1.1beta11

Fix file include/locales/en_gb.inc.php:
"S_ZABBIX_VER"=> "ZABBIX 1.1beta11",
Fixed in CVS. Wait for 1.1beta12.
7. Unefficient performance after upgrading to 1.1beta11
Fix: http://www.zabbix.com/forum/showthre...0237#post10237
Fixed in CVS. Wait for 1.1beta12.
8. Incorrect processing of actions. Several emails for the same event instead of one (confirmed)
Fixed in CVS. Wait for 1.1beta12.
9. Bad design of message delays causes confusion (confirmed)
Support of message delay has been dropped.
Fixed in CVS. Wait for 1.1beta12.
10. Cannot add any Info elements to screen (confirmed)
Fixed in CVS. Wait for 1.1beta12.
11. Random Linux agent crash (confirmed)
It seems it happens when using proc.mem[<name>,,]
We reproduced this problem on our test system. Not fixed yet.
Comment