Hello everyone,
I I have created a discovery to find mounts points (/vm, /vm1, …) with items in order to retrieve some values such as used space, remaining space.
I would like to create a trigger which will act when the used space will be > 80 % but exclude from this trigger the mount point discovered: /vm (and only this one).
{TEMPLATE:ITEM[{#MP},used%].last()}>80 and ????
How can I correctly build this trigger? I tried to look on Google without success.
Note: I need informations from /vm so I couldn’t afford to exclude this one from my discovery.
Thanks for your help
FrK3v
Zabbix Server 3.4.7
B: lld you can find:
Comment