On this page
13 SMART 插件
概述
本节列出SMART Zabbix agent 2插件配置文件file (smart.conf)支持的参数.
注意:
- 默认值反映进程默认值,而非随附配置文件中的值;
smartctl可执行文件路径必须通过将其目录添加到系统的PATH环境变量或配置Plugins.Smart.Path来设置; 这适用于Linux和Windows;- Zabbix仅支持UTF-8编码的配置文件,不含BOM;
- 以"#"开头的注释仅支持在行首使用.
参数
| 参数 | 必填 | 取值范围 | 默认值 | 描述 |
|---|---|---|---|---|
| Plugins.Smart.Path | no | smartctl | smartctl可执行文件路径 | |
| Plugins.Smart.Timeout | no | 1-30 | global timeout | 请求执行超时时间(单位:秒,在终止请求前等待完成的持续时间) |
另请参阅:
- 通用Zabbix agent 2配置参数说明: Zabbix agent 2 (UNIX) / Zabbix agent 2 (Windows)
- plugins配置指南