Hello - I am new to Zabbix and still trying to figure everything out on the fly (as most in my position do).
I am monitoring some Windows workstations with Zabbix 7.4.5 I'm trying to use the SMART by Zabbix agent 2 active template to get data about the hard drives. I have smartmontools installed and everything is configured correctly. My problem is that I am not getting any SMART data because during discovery, smartctl is detecting the DVD drive which causes everything to fail. I have tried adding a macro to the host to exclude this using {$SMART.DISK.NAME.NOT_MATCHES} = ^/dev/csmi0,0$ with no luck. The DVD drive is still being detected as if my macro isn't even being parsed. Does anyone have some guidance? Thanks in advance for anything you can point me to.
I am monitoring some Windows workstations with Zabbix 7.4.5 I'm trying to use the SMART by Zabbix agent 2 active template to get data about the hard drives. I have smartmontools installed and everything is configured correctly. My problem is that I am not getting any SMART data because during discovery, smartctl is detecting the DVD drive which causes everything to fail. I have tried adding a macro to the host to exclude this using {$SMART.DISK.NAME.NOT_MATCHES} = ^/dev/csmi0,0$ with no luck. The DVD drive is still being detected as if my macro isn't even being parsed. Does anyone have some guidance? Thanks in advance for anything you can point me to.
Comment