On this page
3 Ember+ 插件
概述
本节列出了 Ember+ Zabbix agent 2 插件配置文件(ember.conf)中支持的参数。
Ember+ 插件是一个可加载插件,可在 Ember+ 插件仓库 中获取,并有完整说明。
目前,该插件只能从源代码构建(适用于 Unix 和 Windows)。
请注意:
选项
| Parameter | Description |
|---|---|
| -V --version | 打印插件版本和许可证信息。 |
| -h --help | 打印帮助信息(简写)。 |
参数
| Parameter | Mandatory | Range | Default | Description |
|---|---|---|---|---|
| Plugins.EmberPlus.Default.Uri | no | tcp://localhost:9998 | 用于连接的默认 URI。唯一支持的 schema 是 tcp://。可以省略 schema。嵌入的凭据将被忽略。 |
|
| Plugins.EmberPlus.KeepAlive | no | 60-900 | 300 | 在关闭未使用的插件连接之前,等待的最长时间(秒)。 |
| Plugins.EmberPlus.Sessions.<SessionName>.Uri | no | tcp://localhost:9998 | 用于连接指定会话的 URI。唯一支持的 schema 是 tcp://。可以省略 schema。嵌入的凭据将被忽略。<SessionName> - 定义一个会话名称,用于监控项键值中。 |
|
| Plugins.EmberPlus.System.Path | no | Ember+ 插件可执行文件的路径。 示例用法: Plugins.EmberPlus.System.Path=/usr/libexec/zabbix/zabbix-agent2-plugin-ember-plus |
||
| Plugins.EmberPlus.Timeout | no | 1-30 | global timeout | 首次连接以及会话中的后续操作时,等待服务器响应的时长(秒)。 |
另请参见:
- Zabbix agent 2 一般配置参数说明:Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- 配置 plugins 的说明