Hi all
We do LLD using vfs.fs.discovery. Now the triggers are in % which is sometimes good and sometimes bad. I'd like to do something like this:
last(vfs.fs.size[{#FSNAME},free].last(0))<5G&last(vfs.fs.size[{#FSNAME},free].last(0))>1024G
but where do I need to put this?
Basically I want triggers depending on disk size, if more than 1TB, I want to use another value as for smaller disks.
But I need some hint on where to do that.
Best regards, Tom
We do LLD using vfs.fs.discovery. Now the triggers are in % which is sometimes good and sometimes bad. I'd like to do something like this:
last(vfs.fs.size[{#FSNAME},free].last(0))<5G&last(vfs.fs.size[{#FSNAME},free].last(0))>1024G
but where do I need to put this?
Basically I want triggers depending on disk size, if more than 1TB, I want to use another value as for smaller disks.
But I need some hint on where to do that.
Best regards, Tom
Comment