Is it possible to use macro functions in trigger descriptions? eg.
I want to set the mount of disk space used and total available space, so I set the following in my trigger description (this is a lowlevel discovery trigger prototype).
{foo_tmpl:vfs.fs.size[{#FSNAME},used]} / {foo_tmpl:vfs.fs.size[{#FSNAME},total]}
but it doesn't see to be working.
I want to set the mount of disk space used and total available space, so I set the following in my trigger description (this is a lowlevel discovery trigger prototype).
{foo_tmpl:vfs.fs.size[{#FSNAME},used]} / {foo_tmpl:vfs.fs.size[{#FSNAME},total]}
but it doesn't see to be working.