Configuration options (Configuration)

This tab is intended for manage server configuration parameters that are identical to some parameters in the Server configuration file /etc/saymon/saymon-server.conf.

The tab is available for users with the permission to manage system configuration.

The changes in the web interface parameters are more priority than the settings in the configuration file. You can save changes or cancel them with the Save and Cancel buttons. Parameter values are saved to MongoDB, the configuration file is not overwritten.

Common settings

These settings correspond to the parameters of the section Server of the server configuration file.

image
Option Corresponding parameter

Retain expired agent data

server.retain_expired_stat

History update period, ms

server.history_update_period

State map update period, ms

server.state_map_update_period

Agent data expiry check period, ms

server.active_keys_expire_check_period

Passive agent data scan period, ms

server.stat_scan_period

Event log maximum size, bytes

server.event_log_max_bytes

Default agent data timeout, ms

server.default_result_timeout

Cleared incident timeout, ms

server.incident_timeout

E-mail settings

These settings correspond to the parameters of the subsection Email of the section Server of the server configuration file.

This section is not intended for initial email setup. To set up email notifications, configure the respective section of the server configuration.
image
Option Corresponding parameter

Disabled

server.email.disabled

Transport service

server.email.transport.service

Username

server.email.transport.auth.user

Password

server.email.transport.auth.pass

Sender address

server.email.fields.from

Recipient address

server.email.fields.to

Maximum JSON length

server.email.max_json_length

User settings

These settings correspond to the parameters of the subsection User of the section Server of the server configuration file.

image

The parameter Objects available to new user corresponds to the parameter of the configuration file user.new_user_access that can be either all or not. If the first option is selected, the new user will have access to all of the objects, otherwise to none of them. If the parameter is not specified in the configuration file, its value will be set to all.