I am trying to have zabbix monitor if an a windows antivirus is uptodate or not. I found the following string for the zabbix agent conf file UserParameter=antivirus.uptodate,wmic /NAMESPACE:\\root\SecurityCenter PATH AntiVirusProduct GET productuptoDate | findstr /V "productUptoDate"
I have tested the cmd in windows and it works so I now I need an item and a trigger so I can get alerts.
So any help would be great
Thanks.
I have tested the cmd in windows and it works so I now I need an item and a trigger so I can get alerts.
So any help would be great
Thanks.
Comment