[ZBX-25185] deleting a discovery rules checks item when an alert discovery rule with a custom formula references it, makes alerts discovery page fail to load Created: 2024 Sep 05 Updated: 2024 Sep 05 Resolved: 2024 Sep 05 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 7.0.2 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | Dave E Martin | Assignee: | Zabbix Development Team |
Resolution: | Duplicate | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
Description |
actually occurred in 7.0.0 but bug form won't let me put that. Steps to reproduce:
Result:
iginx log: 2024/09/05 11:02:30 [error] 1657548#1657548: *1578684 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "conditiontype" in /usr/share/zabbix/include/actions.inc.php on line 119PHP message: PHP Warning: Undefined array key "value" in /usr/share/zabbix/include/actions.inc.php on line 121PHP message: PHP Warning: Undefined array key "value" in /usr/share/zabbix/include/actions.inc.php on line 121PHP message: PHP Warning: Undefined array key "value" in /usr/share/zabbix/include/actions.inc.php on line 273PHP message: PHP Warning: Undefined array key "conditiontype" in /usr/share/zabbix/include/actions.inc.php on line 275PHP message: PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, bool given in /usr/share/zabbix/include/actions.inc.php:277
database state: note: conditionid 72 (referenced by formula for action 28) no longer exists: select * from actions ; zabbix=# select * from conditions where actionid =28; manual fix: update actions set formula='({69} and {70}) and {71}' where actionid=28; |
Comments |
Comment by Alexander Vladishev [ 2024 Sep 05 ] |
This is duplicate of |