Hello everyone,
I am using the default Linux template to create alerts when free space on a partition goes below a certain percentage. Let's say 5%. It's working just fine, and zabbix triggers the alert and sends out the emails.
The problem is, that i have one such alert, which for several reasons which are not worth mentioning, i can't fix right now. So zabbix keeps sending me emails saying
"1. Free disk space on /partition (percentage) (hostname1:vfs.fs.size[/partition,pfree]):
4.73 %"
The thing is, that the 4.73% remains the same, even if by now my partition is even more full, and there is like only 2.5% free disk. But zabbix, ion the alert, keeps sending me the initial value it got when the alert triggered, and it does not refresh it.
Is there any way to change this behaviour?
This is the trigger:
{Template OS Linux with nfs:vfs.fs.size[{#FSNAME},pfree].last(0)}<{$FREE_DISK_SPACE}
And this is the trigger:
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}):
{ITEM.VALUE1}
Thank you
I am using the default Linux template to create alerts when free space on a partition goes below a certain percentage. Let's say 5%. It's working just fine, and zabbix triggers the alert and sends out the emails.
The problem is, that i have one such alert, which for several reasons which are not worth mentioning, i can't fix right now. So zabbix keeps sending me emails saying
"1. Free disk space on /partition (percentage) (hostname1:vfs.fs.size[/partition,pfree]):
4.73 %"
The thing is, that the 4.73% remains the same, even if by now my partition is even more full, and there is like only 2.5% free disk. But zabbix, ion the alert, keeps sending me the initial value it got when the alert triggered, and it does not refresh it.
Is there any way to change this behaviour?
This is the trigger:
{Template OS Linux with nfs:vfs.fs.size[{#FSNAME},pfree].last(0)}<{$FREE_DISK_SPACE}
And this is the trigger:
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}):
{ITEM.VALUE1}
Thank you
Comment