11 lines
259 B
Text
11 lines
259 B
Text
|
|
Server={{ zabbix_server }}
|
||
|
|
ServerActive=
|
||
|
|
|
||
|
|
TLSConnect=psk
|
||
|
|
TLSAccept=psk
|
||
|
|
TLSPSKFile=/etc/zabbix/zabbix.psk
|
||
|
|
TLSPSKIdentity={{ inventory_hostname }}
|
||
|
|
|
||
|
|
|
||
|
|
UserParameter=smartctl.health[*],sudo /usr/sbin/smartctl -H /dev/$1 | grep 'overall-health' | awk '{print $NF}'
|