In our zabbix 1.8 we are having troubles in configuring the right trigger.
We don't want to be allerted if something happens during the naight so we configured the following trigger:
We thought that with this trigger we would not get any messages between 23:59 and 07:00 but we do get them.
What is wrong with this trigger?
We don't want to be allerted if something happens during the naight so we configured the following trigger:
Code:
{System_AOM:system.run[ls /appl/something/file*/somelog | wc -l].last(0)}>0 & {System_AOM:system.run[ls /appl/something/file*/somelog | wc -l].time(0)}>070000 & {System_AOM:system.run[ls /appl/something/file*/somelog | wc -l].time(0)}<235959
What is wrong with this trigger?

Comment