Hiya, newbie to Zabbix here - I've got a server that runs a backup every day at 4am, but it keeps triggering the high CPU usage trigger and sending an alert, which I don't want as it's expected.
I would not like to disable this trigger completely as it's still very useful at other times of the day, but I don't want the channel it's being fed into having an alert every day for something that's not important.
Is there way to do this?
The expression for the trigger currently looks like this:
Thanks!
I would not like to disable this trigger completely as it's still very useful at other times of the day, but I don't want the channel it's being fed into having an alert every day for something that's not important.
Is there way to do this?
The expression for the trigger currently looks like this:
Code:
min(/HOST/system.cpu.util,5m)>{$CPU.UTIL.CRIT}
Comment