hi,
I'm trying to set up a trigger that notifies me if the free space on a disk drops by at least 200M since the last check, so is set it like this:
{myhost:vfs.fs.size[c:,free].change(0)}>200M
it does work great, but the trigger goes off even when the free space increases by at least 200M. If the free space decrease by 200M for example, the result of the function should be +200M while if the free space increases by 200M, the function should return -200M so the trigger shouldn't go off.
The abschange() function, on the other way, should always return +200M.
Am I missing something?
I'm trying to set up a trigger that notifies me if the free space on a disk drops by at least 200M since the last check, so is set it like this:
{myhost:vfs.fs.size[c:,free].change(0)}>200M
it does work great, but the trigger goes off even when the free space increases by at least 200M. If the free space decrease by 200M for example, the result of the function should be +200M while if the free space increases by 200M, the function should return -200M so the trigger shouldn't go off.
The abschange() function, on the other way, should always return +200M.
Am I missing something?