Server Configuration
Server configuration allows a user with manage-configuration
permissions to overwrite some Server options.
Common settings
Field | Type | Description |
---|---|---|
active_keys_expire_check_period |
Integer |
The period of active key expiry checking. If a given stat key wasn’t updated for a period longer than specified in this field, the server marks this key as passive. It then goes through a passive stat scanning. |
default_result_timeout |
Integer |
Time after which the condition No data on object is triggered since object creation or obtaining the last data (in milliseconds).The default is |
Object |
Email server settings. See Email settings section for more information. |
|
event_log_max_bytes |
String |
Event Log size at which the data is rotated (in bytes). The default is |
history_update_period |
Integer |
History data recording period (in milliseconds). 0 - immediate recording incoming values. The default is |
incident_timeout |
Integer |
Transition time of an incident from the active incidents list to the incident history list after clearing the incident. The default is |
retain_expired_stat |
Boolean |
Whether to store the latest received data after its obsolescence. The default is |
stat_scan_period |
Integer |
Validation period of incoming data expiration (in milliseconds). The default is |
state_map_update_period |
Integer |
The period of state map reloading from cache or database. |
user |
Object |
User settings. See User settings for more information. |
Email settings
Field | Type | Description |
---|---|---|
disabled |
Boolean |
Whether to disable the email notifications. The default is |
fields |
Object |
Information about the sender. |
fields.from |
String |
Sender’s email address |
max_json_length |
Integer |
Size limit of notification emails (in symbols). The default is |
transport |
Object |
Post server settings. |
transport.service |
String |
Service kit, embedded in the connector. When using it sets host, port, secure automatically. Default is |
transport.auth |
Object |
User’s credentials. |
transport.auth.user |
String |
User’s login. |
transport.auth.pass |
String |
User’s password. |