🔧 Extending Monitron
Monitron SaaS is designed to be extensible. Here's how to add new monitor types, notification channels, and AI features.
📡 Adding a New Monitor Type
Step 1: Add to Enum
// app/Enums/MonitorType.php
case MY_CUSTOM = 'my_custom';
Add label, color, icon, category, and default port in the respective methods.