Collect recent file events
This commit is contained in:
parent
08d0235608
commit
64d482abcd
|
@ -2,7 +2,7 @@
|
|||
--
|
||||
-- tags: postmortem
|
||||
-- platform: posix
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
file_events;
|
||||
-- interval: 900
|
||||
SELECT *
|
||||
FROM file_events
|
||||
WHERE time > (strftime('%s', 'now') -900)
|
Loading…
Reference in New Issue