-- Return the list of watched file events (must be configured)
--
-- tags: postmortem events
-- platform: posix
-- interval: 900
SELECT
*
FROM
file_events
WHERE
time > (strftime('%s', 'now') -900)