[ZBXNEXT-3423] Remove possibility to acknowledge OK events Created: 2016 Sep 02  Updated: 2017 May 31  Resolved: 2016 Sep 25

Status: Closed
Project: ZABBIX FEATURE REQUESTS
Component/s: API (A), Frontend (F)
Affects Version/s: None
Fix Version/s: 3.2.0

Type: Change Request Priority: Major
Reporter: Ivo Kurzemnieks Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: acknowledgements
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

It has been decided to remove acknowledging of OK events.



 Comments   
Comment by Ivo Kurzemnieks [ 2016 Sep 05 ]

(1) Translation string changes.

Strings added:

  • Cannot acknowledge problem: %1$s.
  • Only selected problem
  • Only selected problems
  • Selected and all other unacknowledged problems of related triggers

Strings deleted:

  • Only selected event
  • Only selected events
  • Selected and all unacknowledged PROBLEM events
  • Selected and all unacknowledged events

oleg.egorov CLOSED

Comment by Ivo Kurzemnieks [ 2016 Sep 05 ]

RESOLVED in svn://svn.zabbix.com/branches/dev/ZBXNEXT-3423

Comment by Oleg Egorov (Inactive) [ 2016 Sep 05 ]

(2) CControllerAcknowledgeCreate.php:163-165

if ($acknowledge_type == ZBX_ACKNOWLEDGE_PROBLEM) {
	$filter['value'] = TRIGGER_VALUE_TRUE;
}

$acknowledge_type always is ZBX_ACKNOWLEDGE_PROBLEM

And please remove unnecessary line break in CEvent.php: 761

iivs RESOLVED in r62296

oleg.egorov CLOSED

Comment by Oleg Egorov (Inactive) [ 2016 Sep 06 ]

TESTED

Comment by Ivo Kurzemnieks [ 2016 Sep 06 ]

Implemented in pre-3.2.0rc1 (trunk) r62301

Comment by Martins Valkovskis [ 2016 Sep 12 ]

Updated documentation:

sasha Great! CLOSED

Generated at Fri Apr 19 21:28:53 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.