Hi!
It it possible to get a value from another template to use in trigger?
For example, both expressions doesn'twork
or
It it possible to get a value from another template to use in trigger?
For example, both expressions doesn'twork
Code:
{Template MongoDB-mongostat:mongodbstat[{$MONGODB_SERVER},{$MONGODB_PORT},{$DBNAME01},db.stats,dataSize].last()} <= {{HOST.NAME}:vm.memory.size[total].last()}
Code:
{Template MongoDB-mongostat:mongodbstat[{$MONGODB_SERVER},{$MONGODB_PORT},{$DBNAME01},db.stats,dataSize].last()} <= {Template OS Linux - extended:vm.memory.size[total].last()}=0
Comment