Zend Monitor UI - PHP API

This topic lists the PHP API functions of the Zend Monitor UI.

Zend Monitor UI Functions

Function

Description

zend_monitor_delete_old_issues

Delete old issues from the Zend Monitor database and daemon cache.

zend_monitor_delete_obsolete_issues

Delete obsolete issues from the Zend Monitor database and daemon cache.

zend_monitor_delete_old_issues

Delete old issues from the Zend Monitor database and daemon cache.

Available Since Version: 5.0

Parameter

Type

Required

Description

expiration_days

int

Yes

All issues that did not re-occur for more than expiration_days will be deleted.

expiration_days_closed

int

Yes

All "Closed" or "Ignored" issues that did not re-occur for more than expiration_days_closed will be deleted

Return Value: array - List of trace files IDs related to deleted issues.

zend_monitor_delete_obsolete_issues

Delete obsolete issues from the Zend Monitor database and daemon cache.

Available Since Version: 5.0

Parameter

Type

Required

Description

node_ids

array

Yes

Array of valid node IDs.

Return Value: array - List of trace files IDs related to deleted issues.