Hello
I configured a custom file scan for Linux. Now I need a report to list all Linux servers that either do not have this file at all or the file is older than X days. I googled reports for custom Windows file scanning that are selecting tblFileVersions table. But there are no records for Linux files in this SQL table.
SELECT * FROM tblFileVersions ORDER BY FilePathfull
Where are those information stored?