Ad Widget

Collapse

Monitoring firewall status

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pinguin123
    Member
    • Apr 2015
    • 52

    #1

    Monitoring firewall status

    Hi,

    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
    but received the following message:

    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)".
    What's wrong here?
  • pinguin123
    Member
    • Apr 2015
    • 52

    #2
    See here:

    Comment

    Working...