I have a trapper item type with key "example" capturing text information. The associated trigger looks like:
{myserver:example.iregexp("/string/")}=0
In this particular case, the I require this trigger to stop showing up on the "monitoring" > "triggers" dashboard after n-minutes.
Is there a way (without specifying a global configuration change) to achieve this?
I tested with:
{myserver:example.iregexp("/string/",60)}=0
As per the Zabbix documentation, i.e. "iregexp (pattern, <sec|#num>), but had no luck.
{myserver:example.iregexp("/string/")}=0
In this particular case, the I require this trigger to stop showing up on the "monitoring" > "triggers" dashboard after n-minutes.
Is there a way (without specifying a global configuration change) to achieve this?
I tested with:
{myserver:example.iregexp("/string/",60)}=0
As per the Zabbix documentation, i.e. "iregexp (pattern, <sec|#num>), but had no luck.
Comment