Hi,
I want Zabbix (version 3.0.4) to check if a firewall is disabled or not. I tried to create a trigger:
but received the following message:
What's wrong here?
I want Zabbix (version 3.0.4) to check if a firewall is disabled or not. I tried to create a trigger:
{Windows:system.run[powershell.exe -command C:\Zabbix\PrivateFirewallStatus.ps1].str(True)}=0
Cannot implode expression "{Windows:system.run[powershell.exe -command C:\Zabbix\PrivateFirewallStatus.ps1].str(True)}=0". Incorrect item value type "Numeric (unsigned)" provided for trigger function "str(True)".
Comment