Hi, in template "Check Point Next Generation Firewall By SNMP" https://git.zabbix.com/projects/ZBX/...at=release/6.4
is error in expression Trigger prototypes for Software blades discovery {#SW.NAME}: License has been expired:
{$LICENSE.CONTROL:"{#SW.NAME}"}=1 and (last(/Check Point Next Generation Firewall by SNMP/svn.sw.license.exp_date[licensingExpirationDate.{#SNMPINDEX}]) - now()) / 86400 < now() #every time will be thrue
solution is:
{$LICENSE.CONTROL:"{#SW.NAME}"}=1 and (last(/Check Point Next Generation Firewall by SNMP/svn.sw.license.exp_date[licensingExpirationDate.{#SNMPINDEX}]) - now() <= 0
is error in expression Trigger prototypes for Software blades discovery {#SW.NAME}: License has been expired:
{$LICENSE.CONTROL:"{#SW.NAME}"}=1 and (last(/Check Point Next Generation Firewall by SNMP/svn.sw.license.exp_date[licensingExpirationDate.{#SNMPINDEX}]) - now()) / 86400 < now() #every time will be thrue
solution is:
{$LICENSE.CONTROL:"{#SW.NAME}"}=1 and (last(/Check Point Next Generation Firewall by SNMP/svn.sw.license.exp_date[licensingExpirationDate.{#SNMPINDEX}]) - now() <= 0
Comment