Hi all,
I have some triggers based on SNMP items, even if the condition is ok and the device didn't have any problem the trigger dissapear and generates an event.
One example of the triggers that I have defined
<trigger>
<description>{HOSTNAME} SysUPtime</description>
<type>0</type>
<expression>{{HOSTNAME}:systemUpTime.last(0)}=0</expression>
<url></url>
<status>0</status>
<priority>4</priority>
<comments></comments>
</trigger>
Is this normal? is it always dissapears the triggers if the triggers comply the condition? is there any way to set them to not dissapear even if they comply with the condition?. Thanks
I have some triggers based on SNMP items, even if the condition is ok and the device didn't have any problem the trigger dissapear and generates an event.
One example of the triggers that I have defined
<trigger>
<description>{HOSTNAME} SysUPtime</description>
<type>0</type>
<expression>{{HOSTNAME}:systemUpTime.last(0)}=0</expression>
<url></url>
<status>0</status>
<priority>4</priority>
<comments></comments>
</trigger>
Is this normal? is it always dissapears the triggers if the triggers comply the condition? is there any way to set them to not dissapear even if they comply with the condition?. Thanks