====== pears.DatabaseDiskSpaceCheck ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== CREATE EVENT "pears"."DatabaseDiskSpaceCheck" TYPE "DBDiskSpace" WHERE "event_condition"('interval') > 3600 and "event_condition"('DBFreePercent') < 10 DISABLE AT ALL HANDLER begin call "DiskSpaceWarning"('Main') end