I'm trying to make this trigger work with a regex:
I am using a UserParameter action that sends the following to Zabbix server:
PJSIP/U_3820-0001faf7 UnixTime:1438
I would like my trigger to return a problem if UnixTime is greater than 30.
Here's what I have so far:
{192.168.0.56:asterisk_check_stuck_channel.regexp( "UnixTime:.*$")}>30
It is not working.
Any help will be greatly appreciated
I am using a UserParameter action that sends the following to Zabbix server:
PJSIP/U_3820-0001faf7 UnixTime:1438
I would like my trigger to return a problem if UnixTime is greater than 30.
Here's what I have so far:
{192.168.0.56:asterisk_check_stuck_channel.regexp( "UnixTime:.*$")}>30
It is not working.
Any help will be greatly appreciated
Comment