Hi,
how can i change my trigger to get only problem state, if problem still exist after X mins/checks?
example Trigger:
Im not really sure, how to use the "sum#" correctly:
i want: if free space on #FSNAME ist under 5% about 3 checks, then alert this problem (want prevent flapping and a lot of OK,PROBLEM mails...). Or ist last(3)<5 better for this?
can anyone help?
thx
PS: Ups, maybe wrong section. would it be better in "Zabbix Troubleshooting and Problems" ?
how can i change my trigger to get only problem state, if problem still exist after X mins/checks?
example Trigger:
Code:
{Template DB Server:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
Code:
{Template DB Server:vfs.fs.size[{#FSNAME},pfree].sum(#3)}=0
can anyone help?
thx
PS: Ups, maybe wrong section. would it be better in "Zabbix Troubleshooting and Problems" ?
Comment