Hello,
Is it possible to use variables in the Thresholds fields?
For Example, ${Node.Caption} or ${SQL:SELECT}.
Thanks.
Thank you all
I think the problem is not solved by standard means.
nope. these are allowed only in the alert actions. what exactly are you trying to do?
I created two components, and want one of these was a critical threshold for the other.
you can use CPs as critical thresholds but I don't understand the tie in to the object part unless that was cp for something like location (or some grouping piece).
i.e. you can create custom property for volumes 'Critical'
and in your alert criteria you'd say
and percentUsed>=volumes.critical
and volumes.location like '%<sitename>%'
the percentUsed is probably not the real column name btw...just throwing example.