Zabbix 2.4.6 server linux агент 2.4.4 в конфиге
UserParameter=uHDD[*], for /F "tokens=10" %a in ('C:\smartmontools\bin\smartctl.exe -A $1 ^| find "$2"') do @echo %a
UserParameter=uHDD.health.[*], for /F "tokens=6" %a in ('C:\smartmontools\bin\smartctl.exe -H $1 ^| find "test"') do @echo %a
UserParameter=uHDD.model.[*],for /F "tokens=3*" %a in ('C:\smartmontools\bin\smartctl.exe -i $1 ^| find "Device Model"') do @echo %a %b
UserParameter=uHDD.sn.[*],for /F "tokens=3" %a in ('C:\smartmontools\bin\smartctl.exe -i $1 ^| find "Serial Number"') do @echo %a
UserParameter=uHDD.errorlog.[*], for /F "tokens=4" %a in ('C:\smartmontools\bin\smartctl.exe -l error $1 ^| find "ATA Error Count"') do @echo %a
UserParameter=uHDD.rv.a,"C:\smartmontools\bin\smartctl.exe" -H -q silent /dev/sda & echo %errorlevel%
UserParameter=uHDD.rv.b,"C:\smartmontools\bin\smartctl.exe" -H -q silent /dev/sdb & echo %errorlevel%
UserParameter=uHDD.rv.c,"C:\smartmontools\bin\smartctl.exe" -H -q silent /dev/sdb & echo %errorlevel%
Но данные не поступают в логах пусто. куда копать?