[comment]: # ({29f37c12-931d97d5})
# 3 Ember+ plugin

[comment]: # ({/29f37c12-931d97d5})

[comment]: # ({a41607f9-38b6ee97})
#### Overview

This section lists parameters supported in the Ember+ Zabbix agent 2 plugin configuration file (ember.conf).

The Ember+ plugin is a loadable plugin and is available and fully described in the [Ember+ plugin repository](https://git.zabbix.com/projects/AP/repos/ember-plus/browse).

This plugin is currently only available to be built from the source (for both Unix and Windows).

Note that:

-   The default values reflect process defaults, not the values in the shipped configuration files.
-   Values support [environment variables](/manual/appendix/config/environment_variables);
-   Zabbix supports configuration files only in UTF-8 encoding without [BOM](https://en.wikipedia.org/wiki/Byte_order_mark).
-   Comments starting with "\#" are only supported at the beginning of the line.

[comment]: # ({/a41607f9-38b6ee97})

[comment]: # ({500a1356-eaba6cbf})

#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|

[comment]: # ({/500a1356-eaba6cbf})

[comment]: # ({52e8c899-836e31f8})
#### Parameters

|Parameter|Mandatory|Range|Default|Description|
|--|--|--|--|----------|
|Plugins.EmberPlus.Default.Uri|no| |tcp://localhost:9998|The default URI to connect. The only supported schema is `tcp://`. A schema can be omitted. Embedded credentials will be ignored.|
|Plugins.EmberPlus.KeepAlive|no|60-900|300|The maximum time of waiting (in seconds) before unused plugin connections are closed.|
|Plugins.EmberPlus.Sessions.<SessionName>.Uri|no| |tcp://localhost:9998|The URI to connect, for the named session. The only supported schema is `tcp://`. A schema can be omitted. Embedded credentials will be ignored.<br>**<SessionName>** - define name of a session for using in item keys.|
|Plugins.EmberPlus.System.Path|no| | |Path to the Ember+ plugin executable.<br>Example usage: `Plugins.EmberPlus.System.Path=/usr/libexec/zabbix/zabbix-agent2-plugin-ember-plus`|
|Plugins.EmberPlus.Timeout|no|1-30|global timeout|The duration, in seconds, to wait for a server to respond when first connecting and on follow-up operations in the session.|

See also:

-   Description of general Zabbix agent 2 configuration parameters: [Zabbix agent 2 (UNIX)](/manual/appendix/config/zabbix_agent2) / [Zabbix agent 2 (Windows)](/manual/appendix/config/zabbix_agent2_win)
-   Instructions for configuring [plugins](/manual/extensions/plugins)

[comment]: # ({/52e8c899-836e31f8})
