On this page
NVIDIA GPU 插件
概述
配置参数可用于自定义 NVIDIA GPU plugin 的行为。
建议将这些参数指定在它们自己的配置文件中(例如 nvidiagpu.conf),而不是放在 agent 2 配置文件中。然后使用 Include 指令将此文件包含到 Zabbix agent 2 配置中。
NVIDIA GPU plugin 是一个可加载插件,可在 NVIDIA GPU plugin repository 中获取并查看完整说明。
除非明确说明该参数为必填,否则所有参数均为可选。
请注意:
Parameter details
Plugins.NVIDIA.System.Path
Specify path to the NVIDIA GPU plugin executable.
Example:
Plugins.NVIDIA.System.Path=/path/to/executable/nvidia
Plugins.NVIDIA.Timeout
Specify the maximum time (in seconds) to wait for a server response during connection attempts and subsequent operations in the session.
The global item-type timeout or individual item timeout will override this value if greater.
Default: default timeout
Range: 1-30
参数
| Parameter | Mandatory | Range | Default | Description |
|---|---|---|---|---|
| Plugins.NVIDIA.System.Path | no | NVIDIA GPU 插件可执行文件的路径。 示例用法: Plugins.NVIDIA.System.Path=/path/to/executable/nvidia |
||
| Plugins.NVIDIA.Timeout | no | 1-30 | global timeout | 指定在连接尝试及会话后续操作期间,等待服务器响应的最长时间(秒)。如果全局监控项类型超时或单个监控项超时更大,则会覆盖此值。 |
另请参见:
- Zabbix agent 2 通用配置参数说明: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- 配置 plugins 的说明