Hi -
I'm looking to display the last say 5 values that for an Item in the trigger notification email that goes past. The 'Macros supported by location' page says that simple macros are supported, and I'm trying to do something like this:
But all it ends up resolving to is {SRV-DC0:service.info[VMTools,state].last(#1)} (note that it doesn't actually get the last value.
Not sure if this is even possible, or if there's a better way to go about this, but it would be really helpful, specifically in terms of forecast triggers (on hard drive space, for example) to know the last values reported.
Thanks,
Kyle
I'm looking to display the last say 5 values that for an Item in the trigger notification email that goes past. The 'Macros supported by location' page says that simple macros are supported, and I'm trying to do something like this:
Code:
{{HOST.NAME}:{ITEM.KEY}.last(#1)}
Not sure if this is even possible, or if there's a better way to go about this, but it would be really helpful, specifically in terms of forecast triggers (on hard drive space, for example) to know the last values reported.
Thanks,
Kyle
Comment