I have two errors in the web frontend which are not present in 1.8.1.
Note: Both errors show up only when logged in as Admin, but not as other user or guest.
In the dashboard below "Last 20 issues" I see those errors:
* Invalid argument supplied for foreach()[/usr/share/zabbix/frontend-php/include/blocks.inc.php:719]
* Undefined index: [/usr/share/zabbix/frontend-php/include/blocks.inc.php:742]
I ws unable to figure out why it fails because it shows the last 20 issues fine.
The second problem is in when I show the triggers for group all / host all. I get the correct list of triggers but on the first line I can see a trigger which doesn't exist:
Average PROBLEM Never 40y 2m 3w Acknowledged *ERROR* Show
It seems that it tries to show a trigger which does not exist.
Both errors don't show up with 1.8.1 so it must have happened in the pre-1.8.2 series.
Regards,
Simon
Note: Both errors show up only when logged in as Admin, but not as other user or guest.
In the dashboard below "Last 20 issues" I see those errors:
* Invalid argument supplied for foreach()[/usr/share/zabbix/frontend-php/include/blocks.inc.php:719]
* Undefined index: [/usr/share/zabbix/frontend-php/include/blocks.inc.php:742]
I ws unable to figure out why it fails because it shows the last 20 issues fine.
The second problem is in when I show the triggers for group all / host all. I get the correct list of triggers but on the first line I can see a trigger which doesn't exist:
Average PROBLEM Never 40y 2m 3w Acknowledged *ERROR* Show
It seems that it tries to show a trigger which does not exist.
Both errors don't show up with 1.8.1 so it must have happened in the pre-1.8.2 series.
Regards,
Simon
Comment