Hello,
I am using Zabbix 2.0.2 on CentOS 5U8. I have backup done to the database as well as some other things that make load avg high. I have maintenance set so the trigger does not bug me during the backup. However, the events are still triggered. I back up every Saturday at 6am for about an hour.
My trigger is as follows:
{Template OS Linux:system.cpu.load[percpu,avg1].last(0)}>3 &
{Template OS Linux:system.cpu.load[percpu,avg1].dayofweek(0)}#6 &
{Template OS Linux:system.cpu.load[percpu,avg1].time(0)}<060000 |
{Template OS Linux:system.cpu.load[percpu,avg1].time(0)}>070000
Does any one can point out what's wrong with it?
My logic is:
if it's over load 3+ points AND it's on Saturday AND it's after 6am OR before 7am
Regards,
Luke
I am using Zabbix 2.0.2 on CentOS 5U8. I have backup done to the database as well as some other things that make load avg high. I have maintenance set so the trigger does not bug me during the backup. However, the events are still triggered. I back up every Saturday at 6am for about an hour.
My trigger is as follows:
{Template OS Linux:system.cpu.load[percpu,avg1].last(0)}>3 &
{Template OS Linux:system.cpu.load[percpu,avg1].dayofweek(0)}#6 &
{Template OS Linux:system.cpu.load[percpu,avg1].time(0)}<060000 |
{Template OS Linux:system.cpu.load[percpu,avg1].time(0)}>070000
Does any one can point out what's wrong with it?
My logic is:
if it's over load 3+ points AND it's on Saturday AND it's after 6am OR before 7am
Regards,
Luke


. To be honest, I had to re-write it a few times before I felt like it was right. I was hoping I hadn't messed it up badly.
Comment