====== 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