mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 00:09:15 +00:00
Sync health check definitions with the latest optimization task changes
This commit is contained in:
@@ -123,14 +123,11 @@ EOF
|
|||||||
local -a items=()
|
local -a items=()
|
||||||
|
|
||||||
# Always-on items (no size checks - instant)
|
# Always-on items (no size checks - instant)
|
||||||
items+=('system_maintenance|System Maintenance|Rebuild system databases & flush caches|true')
|
items+=('system_maintenance|System Database Maintenance|Rebuild LaunchServices, refresh DNS & verify Spotlight|true')
|
||||||
items+=('maintenance_scripts|Maintenance Scripts|Rotate system logs|true')
|
items+=('cache_refresh|Finder & Safari Cache Refresh|Refresh QuickLook, icon services & Safari caches|true')
|
||||||
items+=('recent_items|Recent Items|Clear recent apps/documents/servers lists|true')
|
items+=('maintenance_scripts|System Log Rotation|Rotate and compress system logs with newsyslog|true')
|
||||||
items+=('log_cleanup|Diagnostics Cleanup|Purge old diagnostic & crash logs|true')
|
items+=('swap_cleanup|Virtual Memory Refresh|Reset swap files and dynamic pager service|true')
|
||||||
items+=('mail_downloads|Mail Downloads|Clear old mail attachments (> 30 days)|true')
|
items+=('network_optimization|Network Stack Optimization|Refresh DNS, rebuild ARP & restart mDNSResponder|true')
|
||||||
items+=('swap_cleanup|Swap Refresh|Reset swap files and dynamic pager|true')
|
|
||||||
items+=('developer_cleanup|Developer Cleanup|Clear Xcode DerivedData & DeviceSupport|true')
|
|
||||||
items+=('network_optimization|Network Optimization|Flush DNS, ARP & reset mDNS|true')
|
|
||||||
|
|
||||||
# Output items as JSON
|
# Output items as JSON
|
||||||
local first=true
|
local first=true
|
||||||
|
|||||||
Reference in New Issue
Block a user