Hello,
i will monitor the files in a folder.
If more the 5 files longer then 10 minutes exists Zabbix should send an e-mail.
I have created a external command that gives me the number of files in a folder.
But what trigger I have to use?
I have tried:
It will not work. I always get directly an e-mail if a file in the folder exists.
Can someone help me with the trigger?
Regards
Dominic
i will monitor the files in a folder.
If more the 5 files longer then 10 minutes exists Zabbix should send an e-mail.
I have created a external command that gives me the number of files in a folder.
Code:
ls /Temp/ | wc -l
I have tried:
Code:
{Zabbix:ssh.run[TestSUN,172.16.48.20,22,].last(600)}>1
{Zabbix:ssh.run[TestSUN,172.16.48.20,22,].nodata(600)}>1
Can someone help me with the trigger?
Regards
Dominic
Comment