Zend Monitor UI extension - Configuration Directives

Configuration Directives Summary

Directive Type Modification Scope Description
zend_monitor_ui.enabled boolean PHP_INI_SYSTEM Enables the Zend Monitor UI extension
zend_monitor_ui.log_verbosity integer PHP_INI_SYSTEM The log verbosity level
zend_monitor_ui.events_rules_xml_file_name string PHP_INI_SYSTEM Event rules XML configuration file.
zend_monitor_ui.log_rotation_size integer PHP_INI_ALL The maximum size of the log file before it is rotated
zend_monitor.database.type string PHP_INI_SYSTEM Database Type (SQLITE, MYSQL)
zend_monitor.database.name string PHP_INI_SYSTEM Name of the Database
zend_monitor.database.host_name string PHP_INI_SYSTEM Hostname of the Database machine (server db only)
zend_monitor.database.port integer PHP_INI_SYSTEM Port of the Database (server db only)
zend_monitor.database.user string PHP_INI_SYSTEM User-name to connect to the database (server db only)
zend_monitor.database.password string PHP_INI_SYSTEM Password to connect to the database (server db only)

Configuration Directive Details

zend_monitor_ui.enabled

Enables the Zend Monitor UI extension

Type: boolean

Default Value: 1

Available since version 4.0

zend_monitor_ui.log_verbosity

The log verbosity level

Type: integer

Default Value: 2

Available since version 4.0

zend_monitor_ui.events_rules_xml_file_name

The name and path to the XML file that contains the definitions for event rules and actions. This file should not be edited manually

Type: string

Default Value: events_rules.xml

Available since version 4.0

zend_monitor_ui.log_rotation_size

The maximum size of the log file before it is rotated

Type: integer

Units: MBytes

Default Value: 10

Available since version 4.0

zend_monitor.database.type

The type of the database to be used. Choose from the following values: SQLIE, MYSQL

Type: string

Default Value: SQLITE

Available since version 4.0

zend_monitor.database.name

The name of the Database. SQLITE: file-name, MYSQL: schema-name

Type: string

Default Value: monitor

Available since version 4.0

zend_monitor.database.host_name

The hostname of the Database machine. SQLITE: N/A, MYSQL: machine-name/ip

Type: string

Default Value: 127.0.0.1

Available since version 4.0

zend_monitor.database.port

The port, in-which the Database is listening on. SQLITE: N/A, MYSQL: port

Type: integer

Default Value: 3306

Available since version 4.0

zend_monitor.database.user

The user-name to connect to the DB. SQLITE: N/A, MYSQL: machine-name/ip

Type: string

Default Value: zend

Available since version 4.0

zend_monitor.database.password

The password to connect to the DB. SQLITE: N/A, MYSQL: machine-name/ip

Type: string

Default Value: MONITOR_DB_PASSWORD

Available since version 4.0