Hello,
I tried to use log.count for that I create a new Item and add that for the key :
I verfy on the server the file is present and inside there is the word toto.
I create a trigger the expression for the tirigger is : {Template Check Log:log.count[/tmp/test.log,"toto"].last()}>0 and I declare this trigger like desaster .
Now the issue is zabbix never check this item. When I check the latest data the is no date for the last check . Do I have to do something more than this.
The check is done every 30s
I tried to use log.count for that I create a new Item and add that for the key :
| log.count[/tmp/test.log,"toto"] |
I verfy on the server the file is present and inside there is the word toto.
I create a trigger the expression for the tirigger is : {Template Check Log:log.count[/tmp/test.log,"toto"].last()}>0 and I declare this trigger like desaster .
Now the issue is zabbix never check this item. When I check the latest data the is no date for the last check . Do I have to do something more than this.
The check is done every 30s
Comment