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