Hi everyone,
I have two Zabbix installed, on the older (Zabbix 3.0.32) one I have triggers for disk space:
Disaster
{HOST.NAME} Free disk space is less than 512Mb on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},free].last(0)}<512000000
High
{HOST.NAME} Free disk space is less than 2% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<2
Average
{HOST.NAME} Free disk space is less than 5% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
Average
{HOST.NAME} Free disk space is less than 10% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<10
Warning
{HOST.NAME} Free disk space is less than 20% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<20
On the new one (Zabbix 5.0.17) I would like to have the same ones, can anyone help me on creating at least one so I can replicate the others? Is there any repository with these templates for version 5? I have done several searches about this matter but nothing that would help me achieve what I need. I can see that on the new version it saw how much is used instead of the space available left, for example, less than 10%, but only has 3 triggers or 2 and can't replicate/clone those to have the 5 I have on the old Zabbix.
Thank you in advance,
NF
I have two Zabbix installed, on the older (Zabbix 3.0.32) one I have triggers for disk space:
Disaster
{HOST.NAME} Free disk space is less than 512Mb on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},free].last(0)}<512000000
High
{HOST.NAME} Free disk space is less than 2% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<2
Average
{HOST.NAME} Free disk space is less than 5% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
Average
{HOST.NAME} Free disk space is less than 10% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<10
Warning
{HOST.NAME} Free disk space is less than 20% on volume {#FSNAME}
{EAP-VM1:vfs.fs.size[{#FSNAME},pfree].last(0)}<20
On the new one (Zabbix 5.0.17) I would like to have the same ones, can anyone help me on creating at least one so I can replicate the others? Is there any repository with these templates for version 5? I have done several searches about this matter but nothing that would help me achieve what I need. I can see that on the new version it saw how much is used instead of the space available left, for example, less than 10%, but only has 3 triggers or 2 and can't replicate/clone those to have the 5 I have on the old Zabbix.
Thank you in advance,
NF
)
Comment