On this page
10 NVIDIA GPU plugin
Overview
The configuration file of Zabbix agent 2 is used to configure plugins. These Zabbix agent 2 configuration parameters are supported for operating the NVIDIA GPU plugin.
It is recommended to specify them in their own configuration file (e.g. nvidiagpu.conf) and then use the Include directive for adding this file to the Zabbix agent 2 configuration.
The NVIDIA GPU plugin is a loadable plugin and is available and fully described in the NVIDIA GPU plugin repository.
Note that:
- The default values reflect process defaults, not the values in the shipped configuration files;
- Values support environment variables;
- Zabbix supports configuration files only in UTF-8 encoding without BOM;
- Comments starting with "#" are only supported at the beginning of the line.
Parameters
| Parameter | Mandatory | Range | Default | Description |
|---|---|---|---|---|
| Plugins.NVIDIA.System.Path | no | Path to the NVIDIA GPU plugin executable. Example usage: Plugins.NVIDIA.System.Path=/path/to/executable/nvidia |
||
| Plugins.NVIDIA.Timeout | no | 1-30 | global timeout | Specifies 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. |
See also:
- Description of general Zabbix agent 2 configuration parameters: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- Instructions for configuring plugins