Zend Monitor UI - Configuration Directives
This topic lists all the configuration directives for Zend Monitor UI.
Configuration Directives Summary
The table below is a summary of all the Zend Monitor UI configuration directives, and displays the directive name, its default value, and a description:
Directive |
Default Value |
Description |
1 |
Enables the Zend Monitor UI extension. |
|
2 |
The log verbosity level. |
|
monitor_rules.json |
Event rules XML configuration file. |
|
10 |
The maximum size of the log file before it is rotated. |
|
commands.sock / commands |
Network parameter for commands to the Monitor Node. |
|
20 |
All "Closed" or "Ignored" issues that did not re-occur for more than expiration_days_closed will be deleted. |
|
30 |
All issues that did not re-occur for more than expiration_days will be deleted. |
Configuration Directives Details
The list below contains information for all the available configuration directives for Zend Monitor UI: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
zend_monitor.components_script
Default Value:
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 4.0
zend_monitor_ui.enabled
Enables the Zend Monitor UI extension.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_monitor_ui.log_verbosity
The log verbosity level.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_monitor_ui.events_rules_file_name
The name and path to the XML file that contains the defininitons for event rules and actions. This file should not be edited manually.
Default Value: monitor_rules.json
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_monitor_ui.log_rotation_size
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 4.0
zend_monitor.ui.commands_transport_parameter
The Network parameter for communication between the Monitor UI to the Monitor Node (IPC communication).
Default Value:
- Linux, IBMi: commands.sock
- Windows: commands
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_monitor_ui.expiration_days_closed
All "Closed" or "Ignored" issues that did not re-occur for more than expiration_days_closed will be deleted.
Default Value: 20
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
zend_monitor_ui.expiration_days
All issues that did not re-occur for more than expiration_days will be deleted.
Default Value: 30
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0