Hey
I have a use-case to verify a text file on a regular basis, whether it got updated with a current timestamp of the running server.
The scenario will be like this:
I want to verify the rsync process from multiple s3 buckets to one server directory. This verification I want to validate with sample file, which triggers from one s3 bucket and rsync is running properly. Is there any direct metric to do that? or Do I need to write a plugin for this?
Thanks in advance.