So... wondering if this is even possible.... because I can't seem to find the syntax for it.
What I'm trying to do add a calculated item prototype to the mounted filesystem discovery for Linux systems so that I can create a more dynamic filesystem "full" threshold (percentage) depending on the total size of the mounted filesystem. I'd then use that calculated item in a trigger prototype to create filesystem utilization triggers.
I was trying something like this for the formula...
But... I get all sorts of incorrect expression errors with various things I've tried... is what I'm trying to do even possible? Is there a different way to accomplish this?
What I'm trying to do add a calculated item prototype to the mounted filesystem discovery for Linux systems so that I can create a more dynamic filesystem "full" threshold (percentage) depending on the total size of the mounted filesystem. I'd then use that calculated item in a trigger prototype to create filesystem utilization triggers.
I was trying something like this for the formula...
Code:
20-(15*(vfs.fs.size[{#FSNAME},total]/1073741824-200)/800)
Comment