Enhance service discovery to include MQTT, WordPress, HAASP, and backup services

This commit is contained in:
Christoffer Martinsson 2025-10-13 17:57:12 +02:00
parent 617da088b1
commit d11d8a74f3

View File

@ -226,6 +226,17 @@ impl AutoDiscovery {
// Network services // Network services
"sshd", "sshd",
"dnsmasq", "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 // Check if service name contains any of our interesting patterns