Hello everyone,
I've been banging my head against this for a while now, so any help would be greatly appreciated...
I currently have a trigger prototype using a discovery rule for mounted Linux filesystems (Zabbix built in vfs.fs.discovery, regex is searching for filesystem types). The trigger looks like this:
{Template OS Linux:vfs.fs.size[{#FSNAME},pfree].last(0)}<{$DISK_CRIT_THRESH}
So, it's applying to all discovered filesystems. The problem is that I want to define different thresholds for one particular filesystem. What I'd like to do is simply exclude one certain filesystem from my current trigger if {#FSNAME} = /var/example.
Does anyone have any thoughts on how I can do this? Please let me know if you have any questions and I will give you as much detail as I am able to, because I really need to get this figured out.
Thank you,
Vince
I've been banging my head against this for a while now, so any help would be greatly appreciated...
I currently have a trigger prototype using a discovery rule for mounted Linux filesystems (Zabbix built in vfs.fs.discovery, regex is searching for filesystem types). The trigger looks like this:
{Template OS Linux:vfs.fs.size[{#FSNAME},pfree].last(0)}<{$DISK_CRIT_THRESH}
So, it's applying to all discovered filesystems. The problem is that I want to define different thresholds for one particular filesystem. What I'd like to do is simply exclude one certain filesystem from my current trigger if {#FSNAME} = /var/example.
Does anyone have any thoughts on how I can do this? Please let me know if you have any questions and I will give you as much detail as I am able to, because I really need to get this figured out.
Thank you,
Vince
Comment