I need to monitor when a filesystem reduces in size based on a rate of reduction rather than an actual number.
I have added this trigger:
Will this trigger when the difference between the last received value and the current value is greater than 1GB?
Thanks!
I have added this trigger:
Code:
{server.solaris.local:vfs.fs.size[/tmp,total].change(0)}>1073741824
Thanks!
Comment