Zend Monitor UI extension
Zend Monitor UI extension.
The Zend Monitor UI extension is used by Zend Server to query the Monitor's
database for event information - This API is not for end-users
PHP API
Constant: int ZM_TYPE_CUSTOM
Event Type: custom event
Available since: 4.0
Constant: int ZM_TYPE_FUNCTION_SLOW_EXEC
Event Type: slow function execution
Available since: 4.0
Constant: int ZM_TYPE_FUNCTION_ERROR
Event Type: function error
Available since: 4.0
Constant: int ZM_TYPE_REQUEST_SLOW_EXEC
Event Type: slow request execution
Available since: 4.0
Constant: int ZM_TYPE_REQUEST_RELATIVE_SLOW_EXEC
Event Type: relative slow request execution
Available since: 4.0
Constant: int ZM_TYPE_REQUEST_LARGE_MEM_USAGE
Event Type: request is using large memory space
Available since: 4.0
Constant: int ZM_TYPE_REQUEST_RELATIVE_LARGE_MEM_USAGE
Event Type: request is using relatively large memory space
Available since: 4.0
Constant: int ZM_TYPE_REQUEST_RELATIVE_LARGE_OUT_SIZE
Event Type: request outputs large amount of data
Available since: 4.0
Constant: int ZM_TYPE_ZEND_ERROR
Event Type: zend error
Available since: 4.0
Constant: int ZM_TYPE_JAVA_EXCEPTION
Event Type: Unhandled Java Exception Caught
Available since: 4.0
Constant: int ZM_TYPE_JQ_JOB_EXEC_ERROR
Event Type: Job-Queue Job Exec Error
Available since: 4.0
Constant: int ZM_TYPE_JQ_JOB_LOGICAL_FAILURE
Event Type: Job-Queue Job Logical Failure
Available since: 4.0
Constant: int ZM_TYPE_JQ_JOB_EXEC_DELAY
Event Type: Job-Queue Job Exe Delay
Available since: 4.0
Constant: int ZM_TYPE_JQ_DAEMON_HIGH_CONCURRENCY_LEVEL
Event Type: Job-Queue Daemon High Concurrency
Available since: 4.0
Constant: int ZM_TYPE_TRACER_FILE_WRITE_FAIL
Event Type: Tracer Failed to write dump file
Available since: 4.0
Constant: int ZM_TYPE_TRACER_FILE_WRITE_FAIL
Event Type: Restart failed
Available since: 4.0
Constant: int ZM_TYPE_ZSM_CONFIGUATION_MISMATCH
Event Type: Configuration is not matching the cluster
Available since: 4.0
Constant: int ZM_TYPE_ZSM_NODE_ADDED_SUCCESSFULLY
Event Type: Node added successfully to the cluster
Available since: 4.0
Constant: int ZM_TYPE_ZSM_NODE_IS_NOT_RESPONDING
Event Type: Node is not responding
Available since: 4.0
Constant: int ZM_TYPE_ZSM_NODE_REMOVED_SUCCESSFULLY
Event Type: Node removed successfully from the cluster
Available since: 4.0
Constant: int ZM_TYPE_ZSM_RESTART_FAILED
Event Type: Restart failed
Available since: 4.0
Constant: int ZM_SEVERITY_NORMAL
Event Severity: normal
Available since: 4.0
Constant: int ZM_SEVERITY_SEVERE
Event Severity: severe
Available since: 4.0
Constant: int ZM_STATUS_CLOSED
Event Status: closed
Available since: 4.0
Constant: int ZM_STATUS_NEW
Event Status: new
Available since: 4.0
Constant: int ZM_STATUS_REOPENED
Event Status: reopened
Available since: 4.0
Constant: int ZM_STATUS_IGNORED
Event Status: ignored
Available since: 4.0
Constant: string ZM_DATA_NODE_ID
Node ID
Available since: 4.0
Constant: string ZM_DATA_AGG_KEY
Aggregation Key
Available since: 4.0
Constant: int ZM_DATA_RULE_NAME
Matched rule name
Available since: 4.0
Constant: int ZM_DATA_EVENT_TYPE
Event type
Available since: 4.0
Constant: int ZM_DATA_SEVERITY
Severity
Available since: 4.0
Constant: int ZM_DATA_AGG_HINT
Aggregation key
Available since: 4.0
Constant: int ZM_DATA_FULL_URL
Full URL
Available since: 4.0
Constant: int ZM_DATA_FUNCTION_NAME
Function name
Available since: 4.0
Constant: int ZM_DATA_FILE_NAME
File name
Available since: 4.0
Constant: int ZM_DATA_LINE
Line number
Available since: 4.0
Constant: int ZM_DATA_REPEATS
Number of repeats
Available since: 4.0
Constant: int ZM_DATA_FIRST_TIMESTAMP
First timestamp of occurence
Available since: 4.0
Constant: int ZM_DATA_LAST_TIMESTAMP
Last timestamp of occurence
Available since: 4.0
Constant: int ZM_DATA_STATUS
Status
Available since: 4.0
Constant: int ZM_DATA_EVENT_ID
Event ID
Available since: 4.0
Constant: int ZM_DATA_ATTR
Issue attributes
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE
Backtrace
Available since: 4.0
Constant: int ZM_DATA_FUNC_DETAILS
Function details
Available since: 4.0
Constant: int ZM_DATA_FUNCTION_ARGS
Function arguments
Available since: 4.0
Constant: int ZM_DATA_ISSUE_AGG_KEY_ATTRIBUTES
Issue attributes that are used for the aggregation key
Available since: 4.0
Constant: int ZM_DATA_TRACER
Tracer's data attributes
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE_CLASS_NAME
Backtrace class name
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE_OBJECT_NAME
Backtrace object name
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE_FUNCTION_NAME
Backtrace function name
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE_LINE_NUMBER
Backtrace line number
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE_FILE
Backtrace file name
Available since: 4.0
Constant: int ZM_DATA_BACKTRACE_IS_STATIC
Backtrace function is static
Available since: 4.0
Constant: int ZM_DATA_SUPER_GLOBALS
Superglobals array
Available since: 4.0
Constant: int ZM_DATA_VAR_GET
GET variable
Available since: 4.0
Constant: int ZM_DATA_VAR_POST
POST variable
Available since: 4.0
Constant: int ZM_DATA_VAR_COOCKIE
COOKIE variable
Available since: 4.0
Constant: int ZM_DATA_VAR_SESSION
SESSION variable
Available since: 4.0
Constant: int ZM_DATA_VAR_ENV
Event ENV variable
Available since: 4.0
Constant: int ZM_DATA_VAR_SERVER
SERVER variable
Available since: 4.0
Constant: int ZM_DATA_VAR_FILES
FILES variable
Available since: 4.0
Constant: int ZM_DATA_VAR_RAW_POST_DATA
RAW_POST_DATA variable
Available since: 4.0
Constant: int ZM_DATA_VAR_USER
Event USER variable
Available since: 4.0
Constant: int ZM_DATA_TRACER_EVENT_NUM
Tracer's event number
Available since: 4.0
Constant: int ZM_DATA_TRACER_DUMP_FILE
Tracer's dump file name
Available since: 4.0
Constant: int ZM_DATA_EVENT_GROUP_EXTRA_DATA
Event Group Extra-Data. XML String
Available since: 4.0
Constant: int ZM_DATA_ATTR_USER_DATA
User data
Available since: 4.0
Constant: int ZM_DATA_ATTR_CLASS
Class name
Available since: 4.0
Constant: int ZM_DATA_ATTR_ERROR_STRING
Error string
Available since: 4.0
Constant: int ZM_DATA_ATTR_ERROR_TYPE
Error type
Available since: 4.0
Constant: int ZM_DATA_ATTR_LOAD
Load
Available since: 4.0
Constant: int ZM_DATA_ATTR_EXEC_TIME
Execution time
Available since: 4.0
Constant: int ZM_DATA_ATTR_AVG_EXEC_TIME
Average execution time
Available since: 4.0
Constant: int ZM_DATA_ATTR_EXEC_TIME_CHANGE_PERCENT
Execution time change percent
Available since: 4.0
Constant: int ZM_DATA_ATTR_MEM_USAGE
Memory usage
Available since: 4.0
Constant: int ZM_DATA_ATTR_AVG_MEM_USAGE
Average memory usage
Available since: 4.0
Constant: int ZM_DATA_ATTR_MEM_USAGE_CHANGE_PERCENT
Memory usage change percent
Available since: 4.0
Constant: int ZM_DATA_ATTR_OUT_SIZE
Output data size
Available since: 4.0
Constant: int ZM_DATA_ATTR_AVG_OUT_SIZE
Average output data size
Available since: 4.0
Constant: int ZM_DATA_ATTR_OUT_SIZE_CHANGE_PERCENT
Output data size change percent
Available since: 4.0
Constant: int ZM_DATA_ATTR_JAVA_BACKTRACE
Java exception backtrace
Available since: 4.0
Constant: int ZM_FILTER_STATUS
Filter by status
Available since: 4.0
Constant: int ZM_FILTER_RULE_NAME
Filter by rule name
Available since: 4.0
Constant: int ZM_FILTER_OCCUREDF_AT
Filter by full URL or file name or function name, depending on the event
type
Available since: 4.0
Constant: int ZM_FILTER_BEFORE_TIMESTAMP
Filter by before a specific timestamp
Available since: 4.0
Constant: int ZM_FILTER_AFTER_TIMESTAMP
Filter by after a specific timestamp
Available since: 4.0
Constant: int ZM_FILTER_EVENT_TYPE
Filter by event type
Available since: 4.0
Constant: int ZM_FILTER_SEVERITY
Filter by severity
Available since: 4.0
Constant: int ZM_LIMITS_FIRST_ITEM
First item limit in zend_monitor_get_issues
Available since: 4.0
Constant: int ZM_LIMITS_NUM_OF_ITEMS
Number of items limit in zend_monitor_get_issues
Available since: 4.0
Constant: int ZM_SORTBY_DATA
Sort by data in zend_monitor_get_issues
Available since: 4.0
Constant: int ZM_SORTBY_ORDER_ASC
List in ascending order in zend_monitor_get_issues
Available since: 4.0
Function: array zend_monitor_get_issues(array where, array limit,
array sort_by)
TBD
Parameters:
array where - The data that defines how the filtering should be performed.
The array must have all of the following fields
1. ZM_DATA_STATUS [integer; one of the predefined constants: ZM_STATUS_CLOSED,
ZM_STATUS_OPENED]
2. ZM_DATA_RULE_NAME rule_name [string]
3. ZM_DATA_FULL_URL [string]
4. ZM_DATA_FILE_NAME [string]
5. ZM_DATA_FUNCTION_NAME [strings]
6. ZM_DATA_FIRST_TIMESTAMP [integer (timestamp)]
7. ZM_DATA_LAST_TIMESTAMP [integer (timestamp)]
8. ZM_DATA_EVENT_TYPE [integer; one of the predefined constants: ZM_TYPE_CUSTOM,
ZM_TYPE_FUNCTION_SLOW_EXEC, ZM_TYPE_FUNCTION_ERROR, ZM_TYPE_REQUEST_SLOW_EXEC,
ZM_TYPE_REQUEST_RELATIVE_SLOW_EXEC, ZM_TYPE_REQUEST_LARGE_MEM_USAGE, ZM_TYPE_REQUEST_RELATIVE_LARGE_MEM_USAGE,
ZM_TYPE_REQUEST_RELATIVE_LARGE_OUT_SIZE, ZM_TYPE_ZEND_ERROR, ZM_TYPE_JAVA_EXCEPTION]
9. ZM_DATA_SEVERITY [integer; one of the predefined constants: ZM_SEVERITY_NORMAL,
ZM_SEVERITY_SEVERE]
array limit - The data that defines how many results to get, starting from
a given row. The array must have all of the following fields 1. ZM_LIMITS_FIRST_ITEM
[integer]
2. ZM_LIMITS_NUM_OF_ITEMS [integer]
array sort_by - The data that defines how to sort the result The array
must have all of the following fields
1. ZM_SORTBY_DATA [integer (one of the predefined constants, which are
the keys of the result array)]
2. ZM_SORTBY_ORDER_ASC [boolean]
Returns: An array of arrays - The parent's keys are the issue id
The value of each issue ID is an array with the following data (note that
the keys are not strings but constants represting them):
1. ZM_DATA_ISSUE_ID [integer]
1. ZM_DATA_AGG_KEY [string]
2. ZM_DATA_RULE_NAME [string]
3. ZM_DATA_REPEATS [integer]
4. ZM_DATA_FIRST_TIMESTAMP [integer (timestamp)]
5. ZM_DATA_LAST_TIMESTAMP [integer (timestamp)]
6. ZM_DATA_EVENT_TYPE [integer; one of the predefined constants: ZM_TYPE_CUSTOM,
ZM_TYPE_FUNCTION_SLOW_EXEC, ZM_TYPE_FUNCTION_ERROR, ZM_TYPE_REQUEST_SLOW_EXEC,
ZM_TYPE_REQUEST_RELATIVE_SLOW_EXEC, ZM_TYPE_REQUEST_LARGE_MEM_USAGE, ZM_TYPE_REQUEST_RELATIVE_LARGE_MEM_USAGE,
ZM_TYPE_REQUEST_RELATIVE_LARGE_OUT_SIZE, ZM_TYPE_ZEND_ERROR, ZM_TYPE_JAVA_EXCEPTION]
7. ZM_DATA_FULL_URL [string]
8. ZM_DATA_FILE_NAME [string]
9. ZM_DATA_FUNCTION_NAME [string]
10. ZM_DATA_LINE [integer]
11. ZM_DATA_SEVERITY [integer; one of the predefined constants: ZM_SEVERITY_NORMAL,
ZM_SEVERITY_SEVERE]
12. ZM_DATA_STATUS [integer; one of the predefined constants: ZM_STATUS_CLOSED,
ZM_STATUS_OPENED]
13. ZM_DATA_AGG_HINT [string]
Available since: 4.0
Function: array zend_monitor_get_rules_names()
TBD
Returns: The array holds a list of strings
Available since: 4.0
Function: zend_monitor_change_issues_status(array issue_ids,
int status)
Changes the status of an array of issues to 'New', 'Close' or 'Ignore'
Parameters:
array issue_ids - An array holding issue ids
int status - The new status to change to. One of the constants: ZM_STATUS_NEW,
ZM_STATUS_CLOSED, ZM_STATUS_IGNORED, ZM_STATUS_OPEN
Returns:
Available since: 4.0
Function: zend_monitor_delete_issues(array issue_ids)
Parameters:
array issue_ids - An array holding issue ids
Returns:
Available since: 4.0
Function: int zend_monitor_get_issues_count(array where)
TBD
Parameters:
array where - The data that defines how the filtering should be performed.
The array must have all of the following fields
1. ZM_DATA_STATUS [integer; one of the predefined constants: ZM_STATUS_CLOSED,
ZM_STATUS_OPENED]
2. ZM_DATA_RULE_NAME rule_name [string]
3. ZM_DATA_FULL_URL [string]
4. ZM_DATA_FILE_NAME [string]
5. ZM_DATA_FUNCTION_NAME [strings]
6. ZM_DATA_FIRST_TIMESTAMP [integer (timestamp)]
7. ZM_DATA_LAST_TIMESTAMP [integer (timestamp)]
8. ZM_DATA_EVENT_TYPE [integer; one of the predefined constants: ZM_TYPE_CUSTOM,
ZM_TYPE_FUNCTION_SLOW_EXEC, ZM_TYPE_FUNCTION_ERROR, ZM_TYPE_REQUEST_SLOW_EXEC,
ZM_TYPE_REQUEST_RELATIVE_SLOW_EXEC, ZM_TYPE_REQUEST_LARGE_MEM_USAGE, ZM_TYPE_REQUEST_RELATIVE_LARGE_MEM_USAGE,
ZM_TYPE_REQUEST_RELATIVE_LARGE_OUT_SIZE, ZM_TYPE_ZEND_ERROR, ZM_TYPE_JAVA_EXCEPTION]
9. ZM_DATA_SEVERITY [integer; one of the predefined constants: ZM_SEVERITY_NORMAL,
ZM_SEVERITY_SEVERE]
Returns: Total number of issues that match the given filter
Available since: 4.0
Function: array zend_monitor_get_issue_data(int issue_id)
TBD
Parameters:
int issue_id - The ID of the issue to get the data for
Returns: The array must have all the following fields (note that
the keys are not strings, but constants that represent them)
1. ZM_DATA_AGG_KEY [string]
2. ZM_DATA_RULE_NAME [string]
3. ZM_DATA_EVENT_TYPE [integer; one of the predefined constants: ZM_TYPE_CUSTOM,
ZM_TYPE_FUNCTION_SLOW_EXEC, ZM_TYPE_FUNCTION_ERROR, ZM_TYPE_REQUEST_SLOW_EXEC,
ZM_TYPE_REQUEST_RELATIVE_SLOW_EXEC, ZM_TYPE_REQUEST_LARGE_MEM_USAGE, ZM_TYPE_REQUEST_RELATIVE_LARGE_MEM_USAGE,
ZM_TYPE_REQUEST_RELATIVE_LARGE_OUT_SIZE, ZM_TYPE_ZEND_ERROR, ZM_TYPE_JAVA_EXCEPTION]
4. ZM_DATA_REPEATS [integer]
5. ZM_DATA_FIRST_TIMESTAMP [integer (timestamp)]
6. ZM_DATA_LAST_TIMESTAMP [integer (timestamp)]
7. ZM_DATA_FULL_URL [string]
8. ZM_DATA_FUNCTION_NAME [string]
9. ZM_DATA_FILE_NAME [string]
10. ZM_DATA_LINE [integer]
11. ZM_DATA_STATUS [integer; one of the predefined constants: ZM_STATUS_CLOSED,
ZM_STATUS_OPENED]
12. ZM_DATA_SEVERITY [integer; one of the predefined constants: ZM_SEVERITY_NORMAL,
ZM_SEVERITY_SEVERE]
13. ZM_DATA_AGG_HINT [string]
14. ZM_DATA_ISSUE_AGG_KEY_ATTRIBUTES [array] - Extra Attributes that are
used by the Aggregation Key Generator. The very from one Event Type to
the other:
a. Custom: ZM_DATA_ATTR_CLASS
b. Function Error: Empty
c. Function Slow Exec: Empty
d. Request Slow Exec: Empty
e. Request Relative Slow Exec: Empty
f. Request Large Mem Usage: Empty
g. Request Relative Large Mem Usage: Empty
h. Request Relative Large Out Size: Empty
i. Zend Error: ZM_DATA_ATTR_ERROR_TYPE, ZM_DATA_ATTR_ERROR_STRING
j. Java Exception: ZM_DATA_ATTR_ERROR_STRING
Available since: 4.0
Function: array zend_monitor_get_issue_event_groups(string issue_agg_key)
TBD
Parameters:
string issue_agg_key - The agg-key of the issue to get the groups for
Returns: The array should have arrays, each must have the following
fields:
1. ZM_DATA_EVENT_ID [integer]
2. ZM_DATA_FIRST_TIMESTAMP [integer (timestamp)]
3. ZM_DATA_REPEATS [integer]
4. ZM_DATA_ATTR [array] with the following keys
a. ZM_DATA_ATTR_ERROR_TYPE [integer (E_WARNING, E_ERROR, etc.)]. Uses in
Events: Zend Error, Java Exception
b. ZM_DATA_ATTR_EXEC_TIME [integer] Uses in Events: Function Slow Exec,
Request Slow Exec, Request Relative Slow Exec
c. ZM_DATA_ATTR_AVG_EXEC_TIME [integer] Uses in Events: Request Relative
Slow Exec
d. ZM_DATA_ATTR_MEM_USAGE [integer] in KB. Uses in Events: Request Large
Mem USage, Request Relative Large Mem Usage
e. ZM_DATA_ATTR_AVG_MEM_USAGE [float] in KB. Uses in Events: Request Relative
Large Mem Usage
f. ZM_DATA_ATTR_OUT_SIZE [integer] in KB. Uses in Events: Request Relative
Large Out Size
g. ZM_DATA_ATTR_AVG_OUT_SIZE [float]. Uses in Events: Request Relative
Large Out Size
h. ZM_DATA_ATTR_LOAD [float]. Uses in Events: Function Slow Exec, Request
Slow Exec, Request Relative Slow Exec
Available since: 4.0
Function: array zend_monitor_get_event_group_data(int event_group_id)
TBD
Parameters:
int event_group_id - The ID of the event group to get the data for
Returns: The array must have all the following fields (note that
the keys are not strings but constants represting them)
1. ZM_DATA_ISSUE_ID [number]
2. ZM_DATA_FUNC_DETAILS function [array]
a. ZM_DATA_FUNCTION_NAME [string]
b. ZM_DATA_FUNCTION_ARGS [array of serialized & encoded values]
3. ZM_DATA_SUPER_GLOBALS [array]
a. ZM_DATA_VAR_GET [string (serialized & encoded array)]
b. ZM_DATA_VAR_POST [string (serialized & encoded array)]
c. ZM_DATA_VAR_COOCKIE [string (serialized & encoded array)]
d. ZM_DATA_VAR_SESSION [string (serialized & encoded array)]
e. ZM_DATA_VAR_ENV [string (serialized & encoded array)]
f. ZM_DATA_VAR_SERVER [string (serialized & encoded array)]
g. ZM_DATA_VAR_FILES [string (serialized & encoded array)]
h. ZM_DATA_VAR_RAW_POST_DATA [string (serialized & encoded array)]
4.ZM_DATA_BACKTRACE [array of arrays]
a. ZM_DATA_BACKTRACE_CLASS_NAME [string]
b. ZM_DATA_BACKTRACE_OBJECT_NAME [string]
c. ZM_DATA_BACKTRACE_FUNCTION_NAME [string]
d. ZM_DATA_BACKTRACE_LINE_NUMBER [integer]
e. ZM_DATA_BACKTRACE_FILE [string]
f. ZM_DATA_BACKTRACE_IS_STATIC [string (matches debug_backtrace::type attribute
definition)]
5. ZM_DATA_ATTR [array] with the following keys
a. ZM_DATA_ATTR_ERROR_STRING [string] Uses in Events: Zend Error, Java
Exception, Custom
b. ZM_DATA_ATTR_CLASS [string (the custom error identifier)] Uses in Events:
Custom
c. ZM_DATA_ATTR_USER_DATA [string (serialized & encoded array)] Uses
in Events: Custom
d. ZM_DATA_ATTR_JAVA_BACKTRACE [string] Uses in Events: Java Exception
6. ZM_DATA_TRACER [array] with the following keys
a. ZM_DATA_TRACER_EVENT_NUM [integer] event number as shown in the corresponding
tracer dump file (-1 is no tracing data available)
b. ZM_DATA_TRACER_DUMP_FILE [string] corresponding tracer dump file (empty
when no tracing data available)
7. ZM_DATA_EVENT_GROUP_EXTRA_DATA [string]
Available since: 4.0
Function: int zend_monitor_max_issue_id()
Returns the highest ID that exist in the issues table
Returns:
Available since: 4.0
Function: array zend_monitor_delete_old_issues(int expiration_time,
int closed_items_expiration_time)
The function removes old issues both from cache and from Monitor DB.
Parameters:
int expiration_time - All items older than the expiration_time should be
deleted
int closed_items_expiration_time - Closed/Ignored items older than the
closed_items_expiration_time should be deleted
Returns: List of trace files IDs related to deleted issued.
Available since: 4.0
Function: zend_monitor_delete_all_events()
Deletes all the events-related information
Returns:
Available since: 4.0
INI Directives:
zend_monitor_ui.enabled
Enables the Zend Monitor UI extension
Enables the Zend Monitor UI extension
Default value(s):
1:
Type: boolean
Measurement units:
Available since: 4.0
zend_monitor_ui.log_verbosity
The log verbosity level
The log verbosity level
Default value(s):
2:
Type: int
Measurement units:
Available since: 4.0
zend_monitor_ui.events_rules_xml_file_name
Event rules XML configuration file.
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(s):
events_rules.xml:
Type: string
Measurement units:
Available since: 4.0
zend_monitor_ui.log_rotation_size
The maximum size of the log file before it is rotated
The maximum size of the log file before it is rotated
Default value(s):
10:
Type: int
Measurement units: MBytes
Available since: 4.0
zend_monitor.database.type
Database Type (SQLITE, MYSQL)
The type of the database to be used. Choose from the following values:
SQLIE, MYSQL
Default value(s):
SQLITE:
Type: string
Measurement units:
Available since: 4.0
zend_monitor.database.name
Name of the Database
The name of the Database. SQLITE: file-name, MYSQL: schema-name
Default value(s):
monitor:
Type: string
Measurement units:
Available since: 4.0
zend_monitor.database.host_name
Hos-Name of the Database machine (server db only)
The host-name of the Database machine. SQLITE: N/A, MYSQL: machine-name/ip
Default value(s):
127.0.0.1:
Type: string
Measurement units:
Available since: 4.0
zend_monitor.database.port
Port of the Databse (server db only)
The port, in-which teh Database is listening on. SQLITE: N/A, MYSQL: port
Default value(s):
3306:
Type: int
Measurement units:
Available since: 4.0
zend_monitor.database.user
User-name to connect to the database (server db only)
The user-name to connect to the DB. SQLITE: N/A, MYSQL: machine-name/ip
Default value(s):
zend:
Type: string
Measurement units:
Available since: 4.0
zend_monitor.database.password
Password to connect to the database (server db only)
The password to connect to the DB. SQLITE: N/A, MYSQL: machine-name/ip
Default value(s):
MONITOR_DB_PASSWORD:
Type: string
Measurement units:
Available since: 4.0