HI,
with the debug of PurgeWhenFull I obtain :
"SQL SELECT E.*,M.Name AS MonitorName,M.DefaultScale
FROM Monitors AS M INNER JOIN Events AS E ON (M.Id = E.MonitorId)
WHERE TRUE /*DiskPercent*/ and E.Archived = '0' and E.StorageId = '1' ORDER BY StartDateTime ASC LIMIT 10"
In the diskpercent miss the parameter ">90%". Tried many conditions but noghing.
thanks
purgewhenfull not working with DiskPercent
Re: purgewhenfull not working with DiskPercent
Can you post a picture of the PurgeWhenFull filter?
Andy
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
Re: purgewhenfull not working with DiskPercent
HI, in the debug image you can see there's not the parameter "90%"
- Attachments
-
- filter debug.jpg (47.99 KiB) Viewed 644 times
-
- filter.jpg (227.33 KiB) Viewed 644 times
Re: purgewhenfull not working with DiskPercent
Yes, in the SQL shows "DiskPercent" but not "90" and that's why it doesn't work.
Still writing "90%" not works.
Still writing "90%" not works.
-
- Posts: 1322
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: purgewhenfull not working with DiskPercent
I’m not sure trying to update diskspace in the purge is a good idea. It’s a separate filter.