I am trying to set up SMART disk monitoring on a FreeBSD host with Zabbix 6.4.
Since Zabbix Agent 2 with built-in SMART monitoring features isn't available on FreeBSD, I decided to use this solution: https://github.com/v-zhuravlev/zbx-smartctl
But when I try to import the template (Template_3.4_HDD_SMARTMONTOOLS_2_WITH_LLD.xml), it fails with the following error:
It doesn't say which line causes the error and provides no additional details, so I don't know where to look.
How can I get it to work?
Since Zabbix Agent 2 with built-in SMART monitoring features isn't available on FreeBSD, I decided to use this solution: https://github.com/v-zhuravlev/zbx-smartctl
But when I try to import the template (Template_3.4_HDD_SMARTMONTOOLS_2_WITH_LLD.xml), it fails with the following error:
Code:
Import failed Invalid parameter "/9/preprocessing/1/params/1": invalid regular expression.
How can I get it to work?

Comment