Package: zabbix-frontend-php
Version: 1:2.0.9+dfsg-1~bpo70+2
When I acknowledge from Monitoring -> Triggers, the value of "Triggers
status" in the filter reverts to "Problem" when "Any" is selected. This
requires the user to update the filter for every acknowledgement.
Note: I made the following change to tr_status.php to resolve the problem:
117c117
< $_REQUEST['show_triggers'] =
get_request('show_triggers', TRIGGERS_OPTION_ONLYTRUE);
---
> $_REQUEST['show_triggers'] =
get_request('show_triggers', TRIGGERS_OPTION_ANY);
..but it produces an error on the screen sometimes:
Use of undefined constant TRIGGERS_OPTION_ANY - assumed
'TRIGGERS_OPTION_ANY' [tr_status.php:117]
It does, however, resolve the original problem as far as I can tell.
Regards,
David Koski
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]