diff --git a/agent/src/discovery.rs b/agent/src/discovery.rs index 0a6746f..0a6fe29 100644 --- a/agent/src/discovery.rs +++ b/agent/src/discovery.rs @@ -226,6 +226,17 @@ impl AutoDiscovery { // Network services "sshd", "dnsmasq", + // MQTT and IoT services + "mosquitto", + "mqtt", + // PHP-FPM services + "phpfpm", + // Home automation + "haasp", + // Backup services + "backup", + // Status web services + "mqtt-status", ]; // Check if service name contains any of our interesting patterns