I need to compare the "data created" stamp of a file, with the previous day time stamp. If the "data created" stamp an the previous day don't match, the sensor shall warn
Can I create sensor to compare the data created with the previous day
Modified on 2025-06-10 13:20:42 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
If the purpose of such a sensor would be check if a file has been changed, we've created a sensor to check a file against a static hash in order to tell if its content has been touched. The script uses PowerShell to check files on Windows systems via CIFS share. Maybe the script can provide a basis for a sensor for your purpose:
Jan, 2015 - Permalink