Zend Monitor Node Daemon

The Zend Monitor Node Daemon is the node events collector

INI Directives:

zend_monitor.global_directives_ini_file
Global Directives ini File
The .ini file that contains the global directives, as defined in ZendGlobalDirectiveDD.xml
Default value(s):
GLOBAL_DIRECTIVES_INI_FILE:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.node_id
Node Id
The Node Id
Default value(s):
1:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.log_verbosity
The Log's verbosity level
The Log's verbosity level
Default value(s):
2:
Type: int
Measurement units:
Available since: 4.0

zend_monitor.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

zend_monitor.events_rules_xml_file_name
Events Rules XML File Name. For the full path, concatenate it with zend.conf_dir value
The name of the file that contains the XML for the Events Rules and Actions
Default value(s):
events_rules.xml:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.smtp_server
SMTP server
The SMTP server to use to send event mails
Default value(s):
:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.smtp_port
SMTP Port
The SMTP Port that the SMTP server uses to send event mails
Default value(s):
25:
Type: int
Measurement units:
Available since: 4.0

zend_monitor.sendmail_from
Send Mail From email Address
An email address to be used as the 'from mail' for Event mails
Default value(s):
:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.gui_host_name
Host name (and port) of the Zend Server GUI
This host name is used to build a link to an issue when the user is notified of the issue
Default value(s):
:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.max_events_queue_size
Maximum size of the Events Queue
The maximum size of the Received Events queue. If events are received beyond the maximum size, the incoming events are dropped out
Default value(s):
30:
Type: int
Measurement units: MBytes
Available since: 4.0

zend_monitor.gui_default_emails
A semicolon separated list of email addresses which serves as the default list for events

Default value(s):
:
Type: string
Measurement units:
Available since: 4.0

zend_monitor.persistent_smtp
Use a persistent connection to the SMTP server
Default value(s):
0:
Type: boolean
Measurement units:
Available since: 4.0