pears.LogDiskSpaceCheck
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE EVENT "pears"."LogDiskSpaceCheck" TYPE "LogDiskSpace" WHERE "event_condition"('interval') > 3600 AND "event_condition"('LogFreePercent') < 10 DISABLE AT ALL HANDLER BEGIN CALL "DiskSpaceWarning"('Log') END