NVIDIA GPU plugin
Overview
Configuration parameters allow customizing the NVIDIA GPU plugin behavior.
It is recommended to specify them in their own configuration file (e.g. nvidiagpu.conf), rather than in the agent 2 configuration file. Then use the Include directive to include this file in 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.
All parameters are optional, unless explicitly stated that the parameter is mandatory.
This page is structured as:
- Parameter overview (to see full details of a parameter, click its name)
- Parameter details
| Parameter | Description |
|---|---|
| Plugins.NVIDIA.System.Path | Specify path to the NVIDIA GPU plugin executable. |
| Plugins.NVIDIA.Timeout | Specify the maximum time (in seconds) to wait for a server response during connection attempts and subsequent operations in the session. |
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.
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: global timeout
Range: 1-30
See also
- Description of general Zabbix agent 2 configuration parameters: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- Instructions for configuring plugins