purgewhenfull not working with DiskPercent
Posted: Tue Jun 28, 2022 4:14 pm
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
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