NVIDIA GPUプラグイン
概要
設定パラメータを使用すると、NVIDIA GPUプラグインの動作をカスタマイズできます。
これらは、エージェント 2 の設定ファイルではなく、専用の設定ファイル(例: nvidiagpu.conf)に指定することを推奨します。その後、Include ディレクティブを使用して、このファイルを Zabbix エージェント 2 の設定に含めます。
NVIDIA GPUプラグインはロード可能なプラグインであり、NVIDIA GPU plugin repository にて利用可能で、詳細が記載されています。
特に明記されていない限り、すべてのパラメータは任意です。
注意事項:
- デフォルト値は、配布される設定ファイルの値ではなく、プロセスのデフォルト値を反映しています。
- 値は環境変数をサポートします。
- Zabbix がサポートする設定ファイルの文字エンコーディングは UTF-8 のみで、BOM は含められません。
- "#" で始まるコメントは、行頭でのみサポートされます。
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 エージェント 2 の設定パラメータの説明: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- plugins の設定手順