Hi,
Zabbix Version: 6.0.14
I have configured the following to get the number of files in the folder:
This works fine and give the number every 15mins.
What i would like the trigger to do is the following:
Informational: When the folder doesn't contain any files in the last 15 mins trigger.
Warning : When the folder doesn't contain any files in the last 1 hour trigger
Average : When the folder doesn't contain any files in the last 1 hour and 30 mins trigger
High : When the folder doesn't contain any files in the last 2 hour trigger
I have the below code set as a trigger for testing but i don't think it is correct.
It the trigger i can't get to work correctly any help would be greatly appreciated.
Thanks
Ian
Zabbix Version: 6.0.14
I have configured the following to get the number of files in the folder:
Code:
vfs.dir.count["C:\Users\administrator\OneDrive - Comline\Files",.xml,,,,0,,,,,]
What i would like the trigger to do is the following:
Informational: When the folder doesn't contain any files in the last 15 mins trigger.
Warning : When the folder doesn't contain any files in the last 1 hour trigger
Average : When the folder doesn't contain any files in the last 1 hour and 30 mins trigger
High : When the folder doesn't contain any files in the last 2 hour trigger
I have the below code set as a trigger for testing but i don't think it is correct.
Code:
last(/Spain Server/vfs.dir.count["C:\Users\administrator\OneDrive - Comline\Files",.xml,,,,0,,,,,])=0
Thanks
Ian
Comment