Hello,
I have a very simple trigger I am using as a test for notifications:
{Foo_Template_Windows:vfs.fs.size[c:,free].last(0)}<4194304
I am confused as to what the number is. Is it bytes? KB? The reason I am confused is the documentation for vfs.fs.size says KB but the item for vfs.fs.size[c:,free] says the unit is "B".
From some basic tests, it appears to be a bytes value so is the documentation wrong or did I mess up my stupid simple math?
I have a very simple trigger I am using as a test for notifications:
{Foo_Template_Windows:vfs.fs.size[c:,free].last(0)}<4194304
I am confused as to what the number is. Is it bytes? KB? The reason I am confused is the documentation for vfs.fs.size says KB but the item for vfs.fs.size[c:,free] says the unit is "B".
From some basic tests, it appears to be a bytes value so is the documentation wrong or did I mess up my stupid simple math?
Comment