| 194 |
- |
1 |
[settings]
|
|
|
2 |
# 'device' or 'serial' as primary identifier in zabbix item's name
|
|
|
3 |
# 'serial' is preferred for multi-disk systems
|
|
|
4 |
mode: serial
|
|
|
5 |
|
|
|
6 |
# skip duplicate disk outputs. 'DriveStatus' json will not be skipped
|
|
|
7 |
# determined by disk serial, model, capacity and firmware (serial + at least
|
|
|
8 |
# one of others)
|
|
|
9 |
skipDuplicates: yes
|
|
|
10 |
|
|
|
11 |
# Path to the smartctl binary
|
|
|
12 |
# ctlPath: smartctl
|
|
|
13 |
# On Windows:
|
|
|
14 |
# ctlPath = C:\Program Files\smartmontools\bin\smartctl.exe
|
|
|
15 |
# On FreeBSD
|
|
|
16 |
ctlPath = '/usr/sbin/smartctl
|
|
|
17 |
|
|
|
18 |
# path to second send script
|
|
|
19 |
# Linux:
|
|
|
20 |
# senderPyPath: /etc/zabbix/scripts/sender_wrapper.py
|
|
|
21 |
# Windows:
|
|
|
22 |
# senderPyPath: C:\zabbix-agent\scripts\sender_wrapper.py
|
|
|
23 |
# BSD:
|
|
|
24 |
senderPyPath: /usr/local/bin/sender_wrapper.py
|
|
|
25 |
|
|
|
26 |
# path to zabbix agent configuration file
|
|
|
27 |
# Linux:
|
|
|
28 |
# agentConf: /etc/zabbix/zabbix_agentd.conf
|
|
|
29 |
# Windows:
|
|
|
30 |
# agentConf: C:\zabbix_agentd.conf
|
|
|
31 |
# BSD:
|
|
|
32 |
agentConf: /etc/zabbix/zabbix_agentd.conf
|
|
|
33 |
|
|
|
34 |
# Linux, BSD:
|
|
|
35 |
# senderPath: zabbix_sender
|
|
|
36 |
# Windows:
|
|
|
37 |
senderPath: /usr/bin/zabbix_sender
|
|
|
38 |
|
|
|
39 |
# manually provide disk list or RAID configuration if needed
|
|
|
40 |
# more info: https://www.smartmontools.org/wiki/Supported_RAID-Controllers
|
|
|
41 |
# [Disks]
|
|
|
42 |
# /dev/sda: -d sat+megaraid,4
|
|
|
43 |
# /dev/sda: -d sat+megaraid,5
|