Hello all,
I want to use different trigger calculations with different hosts. Some of them should warn me when the number of pings returned timeout are 5, some of them in case of 10 attemps etc.
I defined a macro but I cant use it in the trigger expression
Basically I want to do something with user macro instead of this below ;
.
like
,
Thank you.
I want to use different trigger calculations with different hosts. Some of them should warn me when the number of pings returned timeout are 5, some of them in case of 10 attemps etc.
I defined a macro but I cant use it in the trigger expression
Basically I want to do something with user macro instead of this below ;
| {ICMP Ping:icmpping.max(#20)}=0 |
like
| {ICMP Ping:icmpping.max(#{NUMBER_OF_ATTEMPS})}=0 |
Thank you.
Comment