Hi community,
I'm trying to create a trigger with a MACRO for RouterOS Version.
I want to trigger every Router with version diferent from 6.40.9, so I create it.
Expression = {BR_Template_Mikrotik:system.sw.os.str("{$RO_VERSI ON}")}=1
MACRO= {$RO_VERSION} => 6.40.9
and it don't work.
But if I create direct in the expression with out MACRO works.
Expression = {BR_Template_Mikrotik:system.sw.os.str("6.40.9")}= 1
Some one could help me make it work with MACRO?
Att
I'm trying to create a trigger with a MACRO for RouterOS Version.
I want to trigger every Router with version diferent from 6.40.9, so I create it.
Expression = {BR_Template_Mikrotik:system.sw.os.str("{$RO_VERSI ON}")}=1
MACRO= {$RO_VERSION} => 6.40.9
and it don't work.
But if I create direct in the expression with out MACRO works.
Expression = {BR_Template_Mikrotik:system.sw.os.str("6.40.9")}= 1
Some one could help me make it work with MACRO?
Att
Comment