hello,
is it possible to use 2 regular expressions to define a tag using logical operators, or to compare 2 regular expressions in a trigger?
this is the 2 reg exp
{{ITEM.VALUE}.regsub("FSC-RTP-MIB-EVENT-MGMT::rtpEvtCurrId\stype=66\svalue=Gauge32:\s(.*)\ s","\1")} {{ITEM.VALUE}.regsub("FSC-RTP-MIB-ALARM-MGMT::rtpArmCiCorrIDs.0\stype=4\s\svalue=STRING:\s (.*)","\1")}
is it possible to use 2 regular expressions to define a tag using logical operators, or to compare 2 regular expressions in a trigger?
this is the 2 reg exp
{{ITEM.VALUE}.regsub("FSC-RTP-MIB-EVENT-MGMT::rtpEvtCurrId\stype=66\svalue=Gauge32:\s(.*)\ s","\1")} {{ITEM.VALUE}.regsub("FSC-RTP-MIB-ALARM-MGMT::rtpArmCiCorrIDs.0\stype=4\s\svalue=STRING:\s (.*)","\1")}
Comment