I have a prototype item that basically receives a file write timestamp in unixtime which indicates its last arrival time.
Everyday a new file is created with the same name and Zabbix receives its arrival timestamp.
Now, I wanted to create a trigger that checks if there is a new file...
Search Result
Collapse
4 results in 0.0021 seconds.
Keywords
Members
Tags
-
Check for an item value if it is from today
Last edited by markfree; 20-09-2022, 02:35. -
vfs.dir.count - time out...
Hi,
I use longer time the parameter vfs.dir.count to monitor the number of files in the folders, but when there is a small amount of files all is working but when the count rise to more then 2000 files then I have this error in items:
...Code:Timeout while waiting for data.
-
Trigger if log is not written
Hi all,
I have a problem with the creation of a trigger that checks if a word was written within a certain time in a log.
I have this item and this trigger:
- logrt[/var/log/test.log,Evento terminato \:,,,skip,,,]
- {Template Test Log:logrt[/var/log/test.log,Evento terminato... -
File Age Trigger
I would like a trigger to fire if file monitored file is >24hrs old.
I am using vfs.file.time but how do I convert that into hours old?
Is it also possible to graph on file age?