Hello,
I'm new to Zabbix (i'm running the 3.2 version) and I was wondering how I should correctly write the trigger (for a linux sysem) that says I want to check all the paths except one...
The trigger to check everything that's bellow 5% remaining space is this one :
{Template OS Linux:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
The path I don't want to check is /oracle/ERE/sapdata1 and /oracle/ERE/sapdata2
Thanks in advance for any help you may provide !
I'm new to Zabbix (i'm running the 3.2 version) and I was wondering how I should correctly write the trigger (for a linux sysem) that says I want to check all the paths except one...
The trigger to check everything that's bellow 5% remaining space is this one :
{Template OS Linux:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
The path I don't want to check is /oracle/ERE/sapdata1 and /oracle/ERE/sapdata2
Thanks in advance for any help you may provide !

Comment